Skip to content
This repository was archived by the owner on Jun 3, 2025. It is now read-only.

Commit dac411f

Browse files
authored
Attempt to fix erroneous build cancellation (#1867)
1 parent ccaa38d commit dac411f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# previous run if it's on the same commit SHA. This prevents a run for a
1616
# commit push from cancelling a previous commit push's build, since we
1717
# want an image built and tagged for each commit.
18-
group: build-images-${{ github.head_ref || github.sha }}
18+
group: build-images-${{ matrix.image }}-${{ github.head_ref || github.sha }}
1919
cancel-in-progress: true
2020
permissions:
2121
contents: read # Read the repo contents.

0 commit comments

Comments
 (0)