Skip to content

Commit

Permalink
feat: cancel running actions if duplicates
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler36 committed Feb 18, 2025
1 parent 23045fc commit a9341b3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/psalm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ on:

permissions: {}

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
phpstan:
name: '🧹 Psalm'
Expand Down

0 comments on commit a9341b3

Please sign in to comment.