Skip to content

Commit 868e4a0

Browse files
committed
chore(ci): disable scheduled punch card reminders
1 parent fa2678c commit 868e4a0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/punch.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
name: Punch Card Reminders
22

33
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'
4+
# on:
5+
# schedule:
6+
# # Run every 30 minutes (0 and 30 minutes past the hour) from 4-7 AM and 10 AM-1 PM UTC, Wed-Fri
7+
# # 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'
89

910
workflow_dispatch:
1011
inputs:

0 commit comments

Comments
 (0)