Skip to content

Commit 0cb82d5

Browse files
committed
changed concurrency lock to be workflow-ref format
1 parent 0985402 commit 0cb82d5

10 files changed

+10
-10
lines changed

.github/workflows/autoinstall-user-data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232
contents: read
3333

3434
concurrency:
35-
group: ${{ github.ref }}-${{ github.workflow }}
35+
group: ${{ github.workflow }}-${{ github.ref }}
3636
cancel-in-progress: true
3737

3838
defaults:

.github/workflows/codeartifact_python_publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ permissions:
6161
contents: read
6262

6363
concurrency:
64-
group: ${{ github.ref }}-${{ github.workflow }}
64+
group: ${{ github.workflow }}-${{ github.ref }}
6565
cancel-in-progress: true
6666

6767
defaults:

.github/workflows/dump_contexts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ permissions:
4040
contents: read
4141

4242
concurrency:
43-
group: ${{ github.ref }}-${{ github.workflow }}
43+
group: ${{ github.workflow }}-${{ github.ref }}
4444
cancel-in-progress: true
4545

4646
env:

.github/workflows/infracost.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ permissions:
6161
pull-requests: write
6262

6363
concurrency:
64-
group: ${{ github.ref }}-${{ github.workflow }}
64+
group: ${{ github.workflow }}-${{ github.ref }}
6565
cancel-in-progress: true
6666

6767
defaults:

.github/workflows/jfrog_artifactory_auth_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ permissions:
5555
contents: read
5656

5757
concurrency:
58-
group: ${{ github.ref }}-${{ github.workflow }}
58+
group: ${{ github.workflow }}-${{ github.ref }}
5959
cancel-in-progress: true
6060

6161
defaults:

.github/workflows/kickstart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232
contents: read
3333

3434
concurrency:
35-
group: ${{ github.ref }}-${{ github.workflow }}
35+
group: ${{ github.workflow }}-${{ github.ref }}
3636
cancel-in-progress: true
3737

3838
defaults:

.github/workflows/packer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232
contents: read
3333

3434
concurrency:
35-
group: ${{ github.ref }}-${{ github.workflow }}
35+
group: ${{ github.workflow }}-${{ github.ref }}
3636
cancel-in-progress: true
3737

3838
defaults:

.github/workflows/packer_mac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ permissions:
3434
contents: read
3535

3636
concurrency:
37-
group: ${{ github.ref }}-${{ github.workflow }}
37+
group: ${{ github.workflow }}-${{ github.ref }}
3838
cancel-in-progress: true
3939

4040
defaults:

.github/workflows/preseed.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ permissions:
3232
contents: read
3333

3434
concurrency:
35-
group: ${{ github.ref }}-${{ github.workflow }}
35+
group: ${{ github.workflow }}-${{ github.ref }}
3636
cancel-in-progress: true
3737

3838
defaults:

.github/workflows/sonarcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ permissions:
5050
pull-requests: read
5151

5252
concurrency:
53-
group: ${{ github.ref }}-${{ github.workflow }}
53+
group: ${{ github.workflow }}-${{ github.ref }}
5454
cancel-in-progress: true
5555

5656
jobs:

0 commit comments

Comments
 (0)