Skip to content
Snippets Groups Projects
Unverified Commit 97c8ae90 authored by Richard van der Hoff's avatar Richard van der Hoff Committed by GitHub
Browse files

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

parent a743bf46
No related branches found
No related tags found
No related merge requests found
......@@ -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"
\ No newline at end of file
Add a github actions job recording success of other jobs.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment