Skip to content

Commit 011d435

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
name: Notify on any direct push to `main`
1313
if: >
1414
github.repository == 'nodejs/nodejs.org' &&
15-
github.actor !== 'github-merge-queue[bot]'
15+
github.actor != 'github-merge-queue[bot]'
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Slack Notification

0 commit comments

Comments
 (0)