Skip to content

Commit 642b990

Browse files
committed
Fix Slack notification condition
Expression syntax fix.
1 parent 402b9be commit 642b990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/matirx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
secrets: inherit
4242

4343
slack-notification:
44-
if: ${{ failure() }} && github.event_name == 'push'
44+
if: failure() && github.event_name == 'push'
4545
needs: [ main, arm ]
4646
name: Slack Notification
4747
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)