Remove concurrency in GH action
This commit is contained in:
parent
30587fb3df
commit
895372f0a9
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue