Skip to content

Commit 0b6669f

Browse files
authored
Merge pull request #452 from consideRatio/pr/schedule-test-runs
ci: schedule test runs twice a week
2 parents 0eb2e1d + f3ee884 commit 0b6669f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ on:
2121
branches-ignore:
2222
- "dependabot/**"
2323
- "pre-commit-ci-update-config"
24+
schedule:
25+
# Run at 05:00 on monday and thursday, ref: https://crontab.guru/#0_5_*_*_1,4
26+
- cron: "0 5 * * 1,4"
2427
workflow_dispatch:
2528

2629
env:

0 commit comments

Comments
 (0)