Skip to content

Commit 5c0308a

Browse files
committed
chore(ci): fix failure condition
1 parent 3ca9559 commit 5c0308a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stencil-nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ jobs:
245245
send-failure-messages:
246246
needs: [test-core-clean-build, test-core-lint, test-core-spec, verify-screenshots, verify-test-vue-e2e, verify-test-angular-e2e, verify-test-react-router-e2e, verify-test-react-e2e]
247247
runs-on: ubuntu-latest
248-
if: ${{ !cancelled() && contains(needs.*.result, 'success') }}
248+
if: ${{ !cancelled() && contains(needs.*.result, 'failure') }}
249249
steps:
250250
- name: Notify failure on Discord
251251
run: |

0 commit comments

Comments
 (0)