Skip to content

Commit 3dce440

Browse files
Update notify-on-push.yml (#7430)
* Update notify-on-push.yml Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> * Update notify-on-push.yml Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> --------- Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com>
1 parent febfdb8 commit 3dce440

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)