Skip to content

Commit

Permalink
ci: run fork tests on 2 days a week (#1174)
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja authored Feb 10, 2025
1 parent baf9a9e commit bf5d556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-fork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: "CI Fork and Util tests"

on:
schedule:
- cron: "0 3 * * 1,3,5" # at 3:00 AM UTC on Monday, Wednesday and Friday
- cron: "0 3 * * 1,3" # at 3:00 AM UTC on Monday and Wednesday

jobs:
lint:
Expand Down

0 comments on commit bf5d556

Please sign in to comment.