diff options
author | Neil Alexander <neilalexander@users.noreply.github.com> | 2022-03-24 12:05:36 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-24 12:05:36 +0000 |
commit | 3bdda65bc4cffe5c0c0b7db20e99c16afe929b8c (patch) | |
tree | d361978888cc235e8fca0ec6908ffcebef31a76e /.github | |
parent | 01f863d248467516ad9bb7d43239cf678dde4d7e (diff) |
Hopefully fail `Initial tests passed` if they actually failed (#2298)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/dendrite.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml index 4fcffa0b..c1bd5a05 100644 --- a/.github/workflows/dendrite.yml +++ b/.github/workflows/dendrite.yml @@ -159,7 +159,6 @@ jobs: # Dummy step to gate other tests on without repeating the whole list initial-tests-done: name: Initial tests passed - if: ${{ !cancelled() }} # Run this even if prior jobs were skipped needs: [ lint, test, build, build_windows ] runs-on: ubuntu-latest steps: |