Skip to content

Commit cd76347

Browse files
committed
test: concurrent workflows
1 parent d2d7f16 commit cd76347

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
build:
4545
concurrency:
46-
group: ${{ github.workflow }}-${{ needs.check-runner.outputs.runner-label }}
46+
group: ${{ github.workflow }}-${{ github.ref }}
4747
cancel-in-progress: true
4848

4949
needs: check-runner

.github/workflows/publish-maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
4545
publish:
4646
concurrency:
47-
group: ${{ github.workflow }}-${{ needs.check-runner.outputs.runner-label }}
47+
group: ${{ github.workflow }}-${{ github.ref }}
4848
cancel-in-progress: true
4949

5050
needs: check-runner

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fi
4444
build:
4545
concurrency:
46-
group: ${{ github.workflow }}-${{ needs.check-runner.outputs.runner-label }}
46+
group: ${{ github.workflow }}-${{ github.ref }}
4747
cancel-in-progress: true
4848

4949
needs: check-runner

0 commit comments

Comments
 (0)