Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 97c8ae9

Browse files
authored
Add a github actions job recording success of other jobs. (#10430)
1 parent a743bf4 commit 97c8ae9

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/workflows/tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,15 @@ jobs:
344344
env:
345345
COMPLEMENT_BASE_IMAGE: complement-synapse:latest
346346
working-directory: complement
347+
348+
# a job which marks all the other jobs as complete, thus allowing PRs to be merged.
349+
tests-done:
350+
needs:
351+
- trial
352+
- trial-olddeps
353+
- sytest
354+
- portdb
355+
- complement
356+
runs-on: ubuntu-latest
357+
steps:
358+
- run: "true"

changelog.d/10430.misc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Add a github actions job recording success of other jobs.

0 commit comments

Comments
 (0)