Skip to content

Commit

Permalink
concurrency cancel-in-progress
Browse files Browse the repository at this point in the history
  • Loading branch information
michalbundyra committed Dec 1, 2023
1 parent 9b7bf46 commit 829ee37
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
schedule:
- cron: "0 0 * * *"

concurrency:
group: ${{ github.head_ref || 'cron' }}
cancel-in-progress: true

jobs:
phpunit:
name: PHPUnit tests on PHP ${{ matrix.php-version }}
Expand Down

0 comments on commit 829ee37

Please sign in to comment.