Skip to content

Commit 6df1555

Browse files
committed
Only run Mon, Weds, Fri
1 parent 30ba39d commit 6df1555

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/_slack-pr-nag.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ name: Slack Open PR Nag Bot
22

33
on:
44
schedule:
5-
# NOTE: GitHub Actions only supports UTC. The 'timezone' property is invalid here.
6-
# 11:00 UTC is 7:00 AM EST / 8:00 AM EDT.
7-
- cron: '0 11 * * 1-5'
5+
# Run at 11am UTC Mon, Weds, Fri
6+
- cron: '0 11 * * 1,3,5'
87
workflow_dispatch: # Allows manual testing
98

109
permissions:

0 commit comments

Comments
 (0)