aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2022-03-25 13:41:28 +0000
committerNeil Alexander <neilalexander@users.noreply.github.com>2022-03-25 13:41:28 +0000
commit565b5423ea53bf8b6ab54041ef162c1eba438214 (patch)
tree604ba04e968882d0f1b13c34327eb50f9056cb42 /.github
parent873c4d7e2c4256444d03700446c6a814fff6f958 (diff)
One final tweak to the GHA pipeline
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/dendrite.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/dendrite.yml b/.github/workflows/dendrite.yml
index e1f71ea2..735ea911 100644
--- a/.github/workflows/dendrite.yml
+++ b/.github/workflows/dendrite.yml
@@ -327,6 +327,7 @@ jobs:
name: Integration tests passed
needs: [initial-tests-done, upgrade_test, sytest, complement]
runs-on: ubuntu-latest
+ if: ${{ !cancelled() }} # Run this even if prior jobs were skipped
steps:
- name: Check integration tests passed
uses: re-actors/alls-green@release/v1