Skip to content

Commit e310bc8

Browse files
author
AztecBot
committed
Merge branch 'next' into merge-train/avm
2 parents 618a6d7 + f317fc7 commit e310bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/merge-queue-dequeue-notify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
notify-slack:
99
name: Notify Slack
1010
runs-on: ubuntu-latest
11-
if: startsWith(github.event.pull_request.head.ref, 'merge-train/')
11+
if: startsWith(github.event.pull_request.head.ref, 'merge-train/') && github.event.pull_request.merged != true
1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v4

0 commit comments

Comments
 (0)