mirror of
https://github.com/nvm-sh/nvm.git
synced 2026-09-14 00:00:08 +08:00
[actions] finisher tweaks
This commit is contained in:
@@ -75,8 +75,4 @@ jobs:
|
|||||||
needs: [nodes]
|
needs: [nodes]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Harden Runner
|
- run: true
|
||||||
uses: step-security/harden-runner@v2
|
|
||||||
with:
|
|
||||||
egress-policy: block
|
|
||||||
- run: 'echo tests completed'
|
|
||||||
|
|||||||
@@ -56,4 +56,4 @@ jobs:
|
|||||||
uses: step-security/harden-runner@v2
|
uses: step-security/harden-runner@v2
|
||||||
with:
|
with:
|
||||||
egress-policy: block
|
egress-policy: block
|
||||||
- run: 'echo tests completed'
|
- run: true
|
||||||
|
|||||||
@@ -53,4 +53,4 @@ jobs:
|
|||||||
needs: [tests]
|
needs: [tests]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo tests completed'
|
- run: true
|
||||||
|
|||||||
@@ -187,4 +187,4 @@ jobs:
|
|||||||
needs: [wsl_matrix, wsl_matrix_unofficial, cygwin_matrix, msys_matrix, msys_fail_install]
|
needs: [wsl_matrix, wsl_matrix_unofficial, cygwin_matrix, msys_matrix, msys_fail_install]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: 'echo tests completed'
|
- run: true
|
||||||
|
|||||||
Reference in New Issue
Block a user