Skip to content

Commit 1688f1b

Browse files
authored
Merge pull request #2484 from tarlepp/chore(ci)/concurrency-rules
Chore(ci) - Concurrency rules
2 parents 4c3b848 + 9bf6ddd commit 1688f1b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ on:
1414
schedule:
1515
- cron: '0 0 * * *'
1616
workflow_dispatch:
17+
concurrency:
18+
group: ${{ github.workflow }}-${{ github.ref }}
19+
cancel-in-progress: true
1720
jobs:
1821
security-check:
1922
name: PHP Security Checker

0 commit comments

Comments
 (0)