Skip to content

Commit 5835cd2

Browse files
committed
fix fatimage concurrency
1 parent be002ea commit 5835cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fatimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
openstack:
1616
name: openstack-imagebuild
1717
concurrency:
18-
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.os_version }}-${{ matrix.build }} # to branch/PR + OS + build
18+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.builds.label }}
1919
cancel-in-progress: true
2020
runs-on: ubuntu-22.04
2121
strategy:

0 commit comments

Comments
 (0)