File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1111 notifyOnForcePush :
1212 name : Notify on Force Push on `main`
1313 if : github.repository == 'nodejs/node' && github.event.forced
14- runs-on : ubuntu-slim
14+ # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
15+ runs-on : ubuntu-latest
1516 steps :
1617 - name : Slack Notification
1718 uses : rtCamp/action-slack-notify@e31e87e03dd19038e411e38ae27cbad084a90661 # 2.3.3
3031 validateCommitMessage :
3132 name : Notify on Push on `main` with invalid message
3233 if : github.repository == 'nodejs/node'
33- runs-on : ubuntu-slim
34+ # cannot use ubuntu-slim here because rtCamp/action-slack-notify is dockerized
35+ runs-on : ubuntu-latest
3436 steps :
3537 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3638 with :
You can’t perform that action at this time.
0 commit comments