mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 11:51:07 +01:00
Hopefully fail Initial tests passed
if they actually failed (#2298)
This commit is contained in:
parent
01f863d248
commit
3bdda65bc4
1 changed files with 0 additions and 1 deletions
1
.github/workflows/dendrite.yml
vendored
1
.github/workflows/dendrite.yml
vendored
|
@ -159,7 +159,6 @@ jobs:
|
||||||
# Dummy step to gate other tests on without repeating the whole list
|
# Dummy step to gate other tests on without repeating the whole list
|
||||||
initial-tests-done:
|
initial-tests-done:
|
||||||
name: Initial tests passed
|
name: Initial tests passed
|
||||||
if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
|
|
||||||
needs: [ lint, test, build, build_windows ]
|
needs: [ lint, test, build, build_windows ]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in a new issue