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 4899703 commit 6fd4900Copy full SHA for 6fd4900
.github/workflows/api-versions-reminder.yml
@@ -3,7 +3,7 @@ name: 'Send a Slack Notification for upcoming release of API versions'
3
on:
4
workflow_dispatch: # Allow manual triggering
5
schedule:
6
- - cron: '0 9 * * *' # Run once a day at 09:00 UTC
+ - cron: '0 9 * * 1' # Run at 09:00 UTC every Monday
7
8
jobs:
9
send-changelog-report:
0 commit comments