Disabling automatic cancellation as it is affecting testing. (#1271)

This commit is contained in:
Michael Kaye
2023-07-07 09:56:29 +01:00
committed by GitHub
parent 0e5ba1fa6f
commit d33b30676f

View File

@@ -14,7 +14,7 @@ jobs:
concurrency:
# Only allow a single run of this workflow on each branch, automatically cancelling older runs.
group: integration-tests-${{ github.head_ref }}
cancel-in-progress: true
cancel-in-progress: false
steps:
- uses: actions/checkout@v3