actions: drop concurrency group

this is causing builds to get randomly cancelled when multiple branches are pushed at once.
This commit is contained in:
Dylan K. Taylor 2023-03-07 15:23:12 +00:00
parent fd8c276bd2
commit ef942a627f
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -9,7 +9,6 @@ jobs:
build-php:
name: Prepare PHP
runs-on: ${{ matrix.image }}
concurrency: php-build-${{ matrix.php }}
strategy:
matrix: