Skip to content

Commit

Permalink
Fix cleanup-job
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jun 13, 2024
1 parent 3d1e76c commit 543c95f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
if: |
always() &&
needs.coverage.result == 'success' ||
(needs.unit-tests-linux == 'success' && needs.coverage == 'skipped')
(needs.unit-tests-linux.result == 'success' && needs.coverage.result == 'skipped')
steps:
- uses: geekyeggo/delete-artifact@v5
Expand Down

0 comments on commit 543c95f

Please sign in to comment.