mirror of
https://github.com/nvm-sh/nvm.git
synced 2025-05-10 14:21:50 +00:00
[actions] finisher tweaks
This commit is contained in:
parent
294ff9e3aa
commit
811c039e2b
6
.github/workflows/latest-npm.yml
vendored
6
.github/workflows/latest-npm.yml
vendored
@ -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'
|
|
||||||
|
2
.github/workflows/shellcheck.yml
vendored
2
.github/workflows/shellcheck.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -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
|
||||||
|
2
.github/workflows/windows-npm.yml
vendored
2
.github/workflows/windows-npm.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user