Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 634ae4b

Browse files
authoredNov 4, 2024··
Update maven-acceptance-wide.yml
1 parent 2fc7a9b commit 634ae4b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎.github/workflows/maven-acceptance-wide.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ on:
1010
workflow_dispatch:
1111

1212
concurrency:
13-
group: ${{ github.workflow }}-${{ github.ref }}
14-
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }}
15-
13+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
14+
cancel-in-progress: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'ci:full') }}
1615
jobs:
1716
build:
1817
runs-on: [ubuntu-latest]

0 commit comments

Comments
 (0)
Please sign in to comment.