Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a9f90be

Browse filesBrowse files
committed
tools: use ubuntu-latest runner in notify-on-push workflow
PR-URL: #61742 Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Richard Lau <richard.lau@ibm.com>
1 parent eec896c commit a9f90be
Copy full SHA for a9f90be

1 file changed

+4-2Lines changed: 4 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/workflows/notify-on-push.yml
+4-2Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ jobs:
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
@@ -30,7 +31,8 @@ jobs:
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:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.