Skip to content

Commit

Permalink
ci: remove all-systems-go job (#18)
Browse files Browse the repository at this point in the history
Having this one single job doesn't play well with GitHub's branch
protection.
  • Loading branch information
thomaseizinger committed Nov 12, 2024
1 parent 2db0e75 commit feea2a9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ env:
RUSTDOCFLAGS: "-D warnings"

jobs:
# Depends on all actions that are required for a "successful" CI run.
# Based on the ci here: https://github.com/tokio-rs/tokio/blob/master/.github/workflows/ci.yml
all-systems-go:
runs-on: ubuntu-latest
needs:
- check_features
- clippy
- rustfmt
- tests
- integration-tests
- test-windows
- semver
steps:
- run: exit 0

test-windows:
runs-on: windows-latest
steps:
Expand Down

0 comments on commit feea2a9

Please sign in to comment.