Skip to content

Commit

Permalink
Reviewer suggested edit
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinav92003 committed Feb 18, 2025
1 parent ac667d9 commit 55a99b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/failure-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ jobs:
# We keep this condition in this reusable workflow to avoid its
# duplication across all callers. Callers should specify an
# always() condition to ensure this reusable workflow is not
# prematurely skipped. Note that the following condition still
# prematurely skipped (since, by default, a failing job skips all
# jobs that need it). Note that the following condition still
# ensures that a new runner or job is not launched when not needed.
if: ${{ contains(inputs.test_suite_results_only, 'failure') && github.ref == 'refs/heads/master' }}
steps:
Expand Down

0 comments on commit 55a99b6

Please sign in to comment.