mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add a github actions job recording success of other jobs. (#10430)
This commit is contained in:
parent
a743bf4694
commit
97c8ae90f7
12
.github/workflows/tests.yml
vendored
12
.github/workflows/tests.yml
vendored
@ -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"
|
1
changelog.d/10430.misc
Normal file
1
changelog.d/10430.misc
Normal file
@ -0,0 +1 @@
|
||||
Add a github actions job recording success of other jobs.
|
Loading…
Reference in New Issue
Block a user