Skip to content

Commit

Permalink
ci: add GitHub Actions concurrency (api-platform#5471)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentchalamon authored and Deuchnord committed Apr 25, 2023
1 parent 8751e57 commit 5656702
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ env:
COVERAGE: '0'
SYMFONY_DEPRECATIONS_HELPER: max[self]=0

concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true

jobs:
commitlint:
if: github.event_name == 'pull_request'
Expand Down

0 comments on commit 5656702

Please sign in to comment.