One final tweak to the GHA pipeline

This commit is contained in:
Neil Alexander 2022-03-25 13:41:28 +00:00
parent 873c4d7e2c
commit 565b5423ea
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -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