Skip to content

Commit

Permalink
ci: Remove regular nightly runs
Browse files Browse the repository at this point in the history
  • Loading branch information
felinira committed Nov 11, 2024
1 parent b6c7f6b commit 873cce6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ jobs:
channel:
- MSRV
- stable
- nightly
os:
- Linux
- Windows
Expand All @@ -92,8 +91,6 @@ jobs:
rust: ${{ needs.read_msrv.outputs.msrv }}
- channel: stable
rust: stable
- channel: nightly
rust: nightly
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down

0 comments on commit 873cce6

Please sign in to comment.