Skip to content

Commit

Permalink
Update odroid-keepalive.yml schedule and add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bc authored Feb 5, 2025
1 parent 795e845 commit d780263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/odroid-keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@
name: Odroid Keepalive

on:
# workflow_dispatch allows for manual trigger in the repo 'Actions' tab
workflow_dispatch:
# run every Monday 8am
schedule:
- cron: '0 0 */10 * *'
- cron: '0 8 * * 1'

jobs:
keepAlive:
Expand Down

0 comments on commit d780263

Please sign in to comment.