Skip to content

Commit d780263

Browse files
authored
Update odroid-keepalive.yml schedule and add comments
1 parent 795e845 commit d780263

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/odroid-keepalive.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
name: Odroid Keepalive
1010

1111
on:
12+
# workflow_dispatch allows for manual trigger in the repo 'Actions' tab
1213
workflow_dispatch:
14+
# run every Monday 8am
1315
schedule:
14-
- cron: '0 0 */10 * *'
16+
- cron: '0 8 * * 1'
1517

1618
jobs:
1719
keepAlive:

0 commit comments

Comments
 (0)