Skip to content

Commit

Permalink
Merge pull request #452 from consideRatio/pr/schedule-test-runs
Browse files Browse the repository at this point in the history
ci: schedule test runs twice a week
  • Loading branch information
consideRatio authored Feb 21, 2024
2 parents 0eb2e1d + f3ee884 commit 0b6669f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ on:
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
schedule:
# Run at 05:00 on monday and thursday, ref: https://crontab.guru/#0_5_*_*_1,4
- cron: "0 5 * * 1,4"
workflow_dispatch:

env:
Expand Down

0 comments on commit 0b6669f

Please sign in to comment.