Skip to content

Commit

Permalink
Update merge-upstream.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWert authored and github-actions committed Nov 6, 2023
1 parent 592acb4 commit af4dd0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-upstream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
branch: main
notify-failure:
needs: [merge_upstream]
if: needs.merge_upstream.result != 'success'
if: always() && needs.merge_upstream.result != 'success'
runs-on: ubuntu-latest
steps:
- name: Slack notification
Expand Down

0 comments on commit af4dd0b

Please sign in to comment.