Skip to content

Commit

Permalink
if
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi authored Aug 29, 2024
1 parent 05ea0e4 commit fde33d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notification_trial.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
run: exit 1
on-failure:
runs-on: ubuntu-latest
if: ${{ always() && needs.failing-job.result == 'failure' }}
if: ${{ github.event_name == 'pull_request' && needs.failing-job.result == 'failure' }}
needs:
- failing-job
steps:
Expand Down

0 comments on commit fde33d8

Please sign in to comment.