Skip to content

Commit b5b5493

Browse files
authored
Merge pull request #298 from cuviper/ci-merge
CI: Add a "Complete" job for branch protection
2 parents 09bb462 + ec86349 commit b5b5493

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
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: Continuous integration
89

@@ -110,3 +111,10 @@ jobs:
110111
- run: cargo +nightly hack generate-lockfile --remove-dev-deps -Z direct-minimal-versions
111112
- name: Build
112113
run: cargo build --verbose --all-features
114+
115+
done:
116+
name: Complete
117+
runs-on: ubuntu-latest
118+
needs: [tests, nostd_build, clippy, miri, minimal-versions]
119+
steps:
120+
- run: exit 0

0 commit comments

Comments
 (0)