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 14, 2024
1 parent 8aa9aaf commit cb666fd
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 @@ -284,7 +284,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 cb666fd

Please sign in to comment.