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 d80e491 commit b90aa19Copy full SHA for b90aa19
.github/workflows/main.yml
@@ -2,8 +2,8 @@ name: CI
2
3
on:
4
schedule:
5
- # Run weekly on Mondays and Wednesdays 00:00
6
- - cron: '00 00 * * MON,WED'
+ # Run weekly on Mondays 00:00
+ - cron: '00 00 * * MON'
7
push:
8
branches:
9
- main
0 commit comments