8000 Fix Slack notification condition · percona/postgres@4a2c311 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4a2c311

Browse files
committed
Fix Slack notification condition
1 parent 402b9be commit 4a2c311

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 422C
needs: [ main, arm ]
4646
name: Slack Notification
4747
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)
0