Skip to content

Commit

Permalink
if PR
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi authored Aug 29, 2024
1 parent 52dd1dd commit 8402732
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 @@ -14,7 +14,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 8402732

Please sign in to comment.