Skip to content

Commit c395b14

Browse files
authored
Merge pull request #94 from cuviper/ci-merge
CI: Add a "Complete" job for branch protection
2 parents 7a60ae8 + 396a846 commit c395b14

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
branches: [ master ]
44
pull_request:
55
branches: [ master ]
6+
merge_group:
67

78
name: CI
89

@@ -68,3 +69,10 @@ jobs:
6869

6970
- name: Clippy
7071
run: cargo clippy # -- -D warnings
72+
73+
done:
74+
name: Complete
75+
runs-on: ubuntu-latest
76+
needs: [ci, clippy]
77+
steps:
78+
- run: exit 0

0 commit comments

Comments
 (0)