Skip to content
Snippets Groups Projects
Unverified Commit e3b1353b authored by Ryan Laurie's avatar Ryan Laurie Committed by GitHub
Browse files

Don't send release reminders on weekends (#39522)

parent 9be96da9
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@ name: Release Status Check
on:
workflow_dispatch:
schedule:
- cron: '0 13 * * *' # every day at 8am US eastern time
- cron: '0 11 * * 1-5' # every weekday at 6am US eastern time
jobs:
check-release-status:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment