Skip to content

Commit

Permalink
Drop monthly run of Rust workflow
Browse files Browse the repository at this point in the history
We already have the `cargo update` PR to ensure there's a monthly CI run.
Removing the timer from the Rust job allows it to be enabled in forks for
pre-PR testing without also running it periodically there.
  • Loading branch information
bgilbert committed Aug 2, 2023
1 parent ace4a59 commit bb1487f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Rust
on:
push:
branches: [ main ]
schedule:
- cron: 0 0 1 * *
pull_request:
branches: [ main ]

Expand Down

0 comments on commit bb1487f

Please sign in to comment.