Skip to content

Commit e4e77c5

Browse files
Always run "Setup PHP" steps
1 parent 07cc58f commit e4e77c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/callable-qa.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ jobs:
239239
240240
-
241241
name: Setup PHP 7.4
242+
if: "always() && steps.config.outcome == 'success'"
242243
uses: shivammathur/setup-php@v2
243244
with:
244245
coverage: "none"
@@ -266,6 +267,7 @@ jobs:
266267
267268
-
268269
name: Setup PHP 8.1
270+
if: "always() && steps.config.outcome == 'success'"
269271
uses: shivammathur/setup-php@v2
270272
with:
271273
coverage: "none"

0 commit comments

Comments
 (0)