Skip to content

Commit 31ff446

Browse files
committed
Update workflows from templates.
1 parent b730047 commit 31ff446

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/notify.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ name: Notify
2626
jobs:
2727
on-failure:
2828
runs-on: ubuntu-20.04
29-
if: ${{ github.event.workflow_run.conclusion != 'success' && (github.event.workflow_run.head_branch
30-
== 'main' || github.event.workflow_run.event == 'release')}}
29+
if: ${{ github.event.workflow_run.status != 'in_progress' && github.event.workflow_run.conclusion
30+
!= 'success' && (github.event.workflow_run.head_branch == 'main' || github.event.workflow_run.event
31+
== 'release')}}
3132
steps:
3233
- name: Read triggering event
3334
run: cat ${{ github.event_path }}

0 commit comments

Comments
 (0)