Skip to content

Commit

Permalink
Update maven-acceptance-wide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Nov 4, 2024
1 parent 2fc7a9b commit 634ae4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven-acceptance-wide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ on:
workflow_dispatch:

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/master' && github.ref != 'refs/heads/main' }}

group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' && !contains(github.event.pull_request.labels.*.name, 'ci:full') }}
jobs:
build:
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 634ae4b

Please sign in to comment.