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 08e18cc commit 6216a4cCopy full SHA for 6216a4c
.github/workflows/build.yml
@@ -53,7 +53,9 @@ on:
53
#- cron: '5 1 * * 6'
54
#- cron: '5 1 * * 2,4'
55
#- cron: '5 1 * * 2'
56
- - cron: '5 1 * * 4'
+ #- cron: '5 1 * * 4'
57
+ #- cron: '25 6 1 * *'
58
+ - cron: '25 2 25 * *'
59
60
# https://docs.github.com/en/actions/using-jobs/using-concurrency
61
concurrency:
.github/workflows/check.yml
@@ -53,9 +53,9 @@ on:
- #- cron: '5 1 * * 4'
+ - cron: '5 1 * * 4'
#- cron: '25 6 1 * *'
- - cron: '25 2 1 * *'
+ #- cron: '25 2 25 * *'
0 commit comments