Skip to content

Commit f92c655

Browse files
fix: Remove duplicate concurrency settings from phpunit-compatibility job in build.yml. (#16)
1 parent ca7d2c3 commit f92c655

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,6 @@ jobs:
3030
['8.1', '8.2', '8.3', '8.4']
3131
phpunit-compatibility:
3232
uses: php-forge/actions/.github/workflows/phpunit.yml@main
33-
concurrency:
34-
group: compatibility-${{ github.workflow }}-${{ github.ref }}
35-
cancel-in-progress: true
3633
with:
3734
concurrency-group: compatibility-${{ github.workflow }}-${{ github.ref }}
3835
extensions: intl

0 commit comments

Comments
 (0)