We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac78eb1 commit 01516a5Copy full SHA for 01516a5
1 file changed
.github/workflows/php.yml
@@ -152,6 +152,7 @@ jobs:
152
153
quality:
154
name: Quality control
155
+ needs: [unit-tests-linux]
156
runs-on: [ubuntu-latest]
157
158
steps:
@@ -206,7 +207,9 @@ jobs:
206
207
208
security:
209
name: Security checks
210
211
212
+
213
214
- name: Setup PHP, with composer and extensions
215
# https://github.com/shivammathur/setup-php
0 commit comments