We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81d9bcb commit 3a15c2fCopy full SHA for 3a15c2f
1 file changed
.github/workflows/ci.yaml
@@ -4,7 +4,7 @@ on:
4
push:
5
pull_request:
6
schedule:
7
- - cron: '0 0 * * *' # every day at midnight
+ - cron: '0 0 1,15 * *' # biweekly (1st and 15th of each month)
8
9
env:
10
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true
0 commit comments