Skip to content

Commit

Permalink
ci: schedule test runs twice a week
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Feb 20, 2024
1 parent 5622083 commit f3ee884
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 f3ee884

Please sign in to comment.