Skip to content

Commit d0936a5

Browse files
committed
[gha] Remove sha from the concurrency setup
1 parent bfdd48d commit d0936a5

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [workflow_dispatch, push, pull_request]
55
permissions: read-all
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
8+
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: '43 10 * * 2'
1010

1111
concurrency:
12-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
12+
group: ${{ github.workflow }}-${{ github.ref }}
1313
cancel-in-progress: true
1414

1515
jobs:

.github/workflows/coveralls.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
permissions: read-all
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
8+
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/it-maven-3.6.3.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
permissions: read-all
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
8+
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/it-maven-4.0.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
permissions: read-all
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
8+
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/it.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55
permissions: read-all
66

77
concurrency:
8-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
8+
group: ${{ github.workflow }}-${{ github.ref }}
99
cancel-in-progress: true
1010

1111
jobs:

.github/workflows/sonatype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
permissions: read-all
99

1010
concurrency:
11-
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.sha }}
11+
group: ${{ github.workflow }}-${{ github.ref }}
1212
cancel-in-progress: true
1313

1414
jobs:

0 commit comments

Comments
 (0)