Skip to content

Commit 5a73694

Browse files
Update notify-on-push.yml
Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent ee2c808 commit 5a73694

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/notify-on-push.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ permissions:
1010
jobs:
1111
notify_on_push:
1212
name: Notify on any direct push to `main`
13-
if: github.repository == 'nodejs/nodejs.org'
13+
if: >
14+
github.repository == 'nodejs/nodejs.org' &&
15+
github.actor !== 'github-merge-queue[bot]'
1416
runs-on: ubuntu-latest
1517
steps:
1618
- name: Slack Notification

0 commit comments

Comments
 (0)