Skip to content

Commit

Permalink
initial keep-alive test
Browse files Browse the repository at this point in the history
  • Loading branch information
gojimmypi committed Oct 9, 2024
1 parent 206bf31 commit ab17fe3
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/keep-alive.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Keep Alive

on:
schedule:
# Runs every hour
- cron: "0 * * * *"

jobs:
keep-alive:
runs-on: self-hosted # Ensure this runs on your self-hosted runner

steps:
- name: Run keep-alive task
run: |
echo "Running periodic keep-alive task."

0 comments on commit ab17fe3

Please sign in to comment.