Remove concurrency in GH action
This commit is contained in:
3
.github/workflows/laravel.yml
vendored
3
.github/workflows/laravel.yml
vendored
@@ -87,9 +87,6 @@ jobs:
|
|||||||
# Maps tcp port 3306 on service container to the host
|
# Maps tcp port 3306 on service container to the host
|
||||||
- 3306:3306
|
- 3306:3306
|
||||||
|
|
||||||
concurrency:
|
|
||||||
group: 'run-tests'
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
|
|||||||
Reference in New Issue
Block a user