Skip to content

Commit 047eb04

Browse files
hotfix: remove force-push condition from notification
Signed-off-by: Brian Muenzenmeyer <[email protected]>
1 parent 6f7fb81 commit 047eb04

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
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
notify_on_push:
1212
name: Notify on Force Push on `main`
13-
if: github.repository == 'nodejs/nodejs.org' && github.event.forced
13+
if: github.repository == 'nodejs/nodejs.org'
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Slack Notification

0 commit comments

Comments
 (0)