Skip to content

Commit

Permalink
Update maven-acceptance.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berezovskyi authored Nov 4, 2024
1 parent 3477baf commit 2fc7a9b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/maven-acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,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:
mvn-acceptance:
runs-on: [ubuntu-latest]
Expand Down

0 comments on commit 2fc7a9b

Please sign in to comment.