Add a github actions job recording success of other jobs. (#10430)

This commit is contained in:
Richard van der Hoff
2021-07-20 11:41:19 +01:00
committed by GitHub
parent a743bf4694
commit 97c8ae90f7
2 changed files with 13 additions and 0 deletions
+12
View File
@@ -344,3 +344,15 @@ jobs:
env:
COMPLEMENT_BASE_IMAGE: complement-synapse:latest
working-directory: complement
# a job which marks all the other jobs as complete, thus allowing PRs to be merged.
tests-done:
needs:
- trial
- trial-olddeps
- sytest
- portdb
- complement
runs-on: ubuntu-latest
steps:
- run: "true"