Skip to content

Commit

Permalink
Merge pull request #298 from cuviper/ci-merge
Browse files Browse the repository at this point in the history
CI: Add a "Complete" job for branch protection
  • Loading branch information
cuviper authored Jan 17, 2024
2 parents 09bb462 + ec86349 commit b5b5493
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
branches: [ master ]
pull_request:
branches: [ master ]
merge_group:

name: Continuous integration

Expand Down Expand Up @@ -110,3 +111,10 @@ jobs:
- run: cargo +nightly hack generate-lockfile --remove-dev-deps -Z direct-minimal-versions
- name: Build
run: cargo build --verbose --all-features

done:
name: Complete
runs-on: ubuntu-latest
needs: [tests, nostd_build, clippy, miri, minimal-versions]
steps:
- run: exit 0

0 comments on commit b5b5493

Please sign in to comment.