We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c942701 commit b8bba34Copy full SHA for b8bba34
1 file changed
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: Release
2
3
on:
4
schedule:
5
- - cron: '0 8 * * *' # Every day at 08:00 UTC
+ - cron: '0 8 * * 1' # Every Monday at 08:00 UTC
6
workflow_dispatch:
7
8
concurrency:
0 commit comments