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 e3a9131 commit e47b483Copy full SHA for e47b483
.github/workflows/cron_esmvalbot_test.yml
@@ -4,9 +4,9 @@ on:
4
# push:
5
# branches:
6
# - cron_esmvalbot_test
7
- # scheduled once every 2 weeks
+ # scheduled twice a month (on the 1st and 16th)
8
schedule:
9
- - cron: '0 4 */14 * *'
+ - cron: '0 4 1,16 * *'
10
11
# Required shell entrypoint to have properly configured bash shell
12
defaults:
0 commit comments