Skip to content

Commit e7290b1

Browse files
committed
Fix linter-issue
1 parent f92cbc8 commit e7290b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ jobs:
274274
if: |
275275
always() &&
276276
needs.coverage.result == 'success' ||
277-
(needs.unit-tests-linux == 'success' && needs.coverage == 'skipped')
277+
(needs.unit-tests-linux.result == 'success' && needs.coverage.result == 'skipped')
278278
279279
steps:
280280
- uses: geekyeggo/delete-artifact@v5

0 commit comments

Comments
 (0)