Skip to content

Commit 67b2d1f

Browse files
committed
chore: make possible cancel action and fix security issue
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent c185731 commit 67b2d1f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: PHPUnit
22
on: pull_request
3+
4+
permissions:
5+
contents: read
6+
7+
concurrency:
8+
group: phpunit-sqlite-${{ github.head_ref || github.run_id }}
9+
cancel-in-progress: true
10+
311
jobs:
412
phpunit:
513
name: PHP ${{ matrix.php }}

0 commit comments

Comments
 (0)