Skip to content

Commit

Permalink
My bad had wrong skip variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Rd4dev authored Aug 18, 2024
1 parent a14135f commit 7f8afb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/comment_coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ jobs:
needs: [ evaluate-code-coverage-reports, comment_coverage_report ]
# The expression if: ${{ !cancelled() }} runs a job or step regardless of its success or failure while responding to cancellations,
# serving as a cancellation-compliant alternative to if: ${{ always() }} in concurrent workflows.
if: ${{ needs.compute_changed_files.outputs.can_skip_files != 'true' && !cancelled()}}
if: ${{ needs.evaluate-code-coverage-reports.outputs.pb_file_empty != 'true' && !cancelled()}}
runs-on: ubuntu-20.04
steps:
- name: Check that coverage status is passed
Expand Down

0 comments on commit 7f8afb6

Please sign in to comment.