Skip to content

Commit

Permalink
Decrease frequency for beta and nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tyranron committed Dec 2, 2024
1 parent 4708504 commit fefb6a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Beta CI

on:
schedule:
- cron: "*/20 * * * *"
- cron: "33 */2 * * *"

env:
NAME: rust
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Nightly CI

on:
schedule:
- cron: "*/30 * * * *"
- cron: "42 */2 * * *"

env:
NAME: rust
Expand Down

0 comments on commit fefb6a3

Please sign in to comment.