Skip to content

Commit

Permalink
Update rerun-flaky-workflows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gurevichdmitry authored Apr 9, 2024
1 parent 3611691 commit 1341d96
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/rerun-flaky-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ jobs:
- name: Slack Notification
uses: ./.github/actions/slack-notification
<<<<<<< HEAD
if: ${{ !cancelled() && failure() }} # Run only if the previous step failed
=======
if: ${{ !cancelled() && failure() && github.event.workflow_run.head_branch == 'main'}} # Run only if the previous step failed
>>>>>>> 61b21ecb (Update rerun workflow (#2089))
continue-on-error: true
env:
BREAKING_COMMIT: "${{ github.event.workflow_run.head_sha }}"
Expand Down

0 comments on commit 1341d96

Please sign in to comment.