Skip to content

Commit e47b483

Browse files
authored
Run esmvalbot test PR twice a month (#3976)
1 parent e3a9131 commit e47b483

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cron_esmvalbot_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ on:
44
# push:
55
# branches:
66
# - cron_esmvalbot_test
7-
# scheduled once every 2 weeks
7+
# scheduled twice a month (on the 1st and 16th)
88
schedule:
9-
- cron: '0 4 */14 * *'
9+
- cron: '0 4 1,16 * *'
1010

1111
# Required shell entrypoint to have properly configured bash shell
1212
defaults:

0 commit comments

Comments
 (0)