Attempt to fix erroneous build cancellation (#1867)

This commit is contained in:
Jason Hall 2022-01-06 14:21:58 -05:00 committed by GitHub
parent ccaa38d31f
commit dac411f7d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
# previous run if it's on the same commit SHA. This prevents a run for a
# commit push from cancelling a previous commit push's build, since we
# want an image built and tagged for each commit.
group: build-images-${{ github.head_ref || github.sha }}
group: build-images-${{ matrix.image }}-${{ github.head_ref || github.sha }}
cancel-in-progress: true
permissions:
contents: read # Read the repo contents.