Skip to content

Commit 6fd4900

Browse files
Update api-versions-reminder.yml
1 parent 4899703 commit 6fd4900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/api-versions-reminder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: 'Send a Slack Notification for upcoming release of API versions'
33
on:
44
workflow_dispatch: # Allow manual triggering
55
schedule:
6-
- cron: '0 9 * * *' # Run once a day at 09:00 UTC
6+
- cron: '0 9 * * 1' # Run at 09:00 UTC every Monday
77

88
jobs:
99
send-changelog-report:

0 commit comments

Comments
 (0)