Skip to content

Commit 3a15c2f

Browse files
committed
ci: run scheduled pipelines biweekly
No need to run with more frequency to just check infra.
1 parent 81d9bcb commit 3a15c2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
pull_request:
66
schedule:
7-
- cron: '0 0 * * *' # every day at midnight
7+
- cron: '0 0 1,15 * *' # biweekly (1st and 15th of each month)
88

99
env:
1010
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

0 commit comments

Comments
 (0)