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 d2fe663003
commit 448db8a8e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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