Skip to content

Commit b4091fc

Browse files
fix: cancel issue during docker-build
1 parent cab7533 commit b4091fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
concurrency:
19-
group: ${{ github.workflow }}-${{ github.ref }}
19+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.app }}
2020
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
2121
timeout-minutes: 20
2222
strategy:

0 commit comments

Comments
 (0)