Skip to content

Commit f8d6f0a

Browse files
committed
fix nightly build concurrency
1 parent 64b231e commit f8d6f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightlybuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
name: upload-nightly-targets
120120
needs: openstack
121121
concurrency:
122-
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build.label }}-${{ matrix.target_cloud }}
122+
group: ${{ github.workflow }}-${{ github.ref }}-${{ matrix.build.image_name }}-${{ matrix.target_cloud }}
123123
cancel-in-progress: true
124124
runs-on: ubuntu-22.04
125125
strategy:

0 commit comments

Comments
 (0)