Skip to content

Commit

Permalink
feat: cancel running actions if duplicates (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: tyler36 <[email protected]>
  • Loading branch information
tyler36 and tyler36 authored Feb 18, 2025
1 parent 23045fc commit 5255afc
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 5255afc

Please sign in to comment.