From 3bdda65bc4cffe5c0c0b7db20e99c16afe929b8c Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Thu, 24 Mar 2022 12:05:36 +0000 Subject: [PATCH] Hopefully fail `Initial tests passed` if they actually failed (#2298) --- .github/workflows/dendrite.yml | 1 - 1 file changed, 1 deletion(-) 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: