We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa2678c commit 868e4a0Copy full SHA for 868e4a0
.github/workflows/punch.yml
@@ -1,10 +1,11 @@
1
name: Punch Card Reminders
2
3
on:
4
- schedule:
5
- # Run every 30 minutes (0 and 30 minutes past the hour) from 4-7 AM and 10 AM-1 PM UTC, Wed-Fri
6
- # 4-7 AM UTC = 12 PM-3 PM SGT, 10 AM-1 PM UTC = 6 PM-9 PM SGT
7
- - cron: '0,30 4-7,10-13 * * 3-5'
+# on:
+# schedule:
+# # Run every 30 minutes (0 and 30 minutes past the hour) from 4-7 AM and 10 AM-1 PM UTC, Wed-Fri
+# # 4-7 AM UTC = 12 PM-3 PM SGT, 10 AM-1 PM UTC = 6 PM-9 PM SGT
8
+# - cron: '0,30 4-7,10-13 * * 3-5'
9
10
workflow_dispatch:
11
inputs:
0 commit comments