Add a github actions job recording success of other jobs. (#10430)
parent
a743bf4694
commit
97c8ae90f7
|
@ -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"
|
|
@ -0,0 +1 @@
|
|||
Add a github actions job recording success of other jobs.
|
Loading…
Reference in New Issue