Skip to content

Commit

Permalink
Merge pull request #94 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 committed Jan 19, 2024
2 parents 7a60ae8 + 396a846 commit c395b14
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: CI

Expand Down Expand Up @@ -68,3 +69,10 @@ jobs:

- name: Clippy
run: cargo clippy # -- -D warnings

done:
name: Complete
runs-on: ubuntu-latest
needs: [ci, clippy]
steps:
- run: exit 0

0 comments on commit c395b14

Please sign in to comment.