Skip to content

Commit 811c039

Browse files
committed
[actions] finisher tweaks
1 parent 294ff9e commit 811c039

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

.github/workflows/latest-npm.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,4 @@ jobs:
7575
needs: [nodes]
7676
runs-on: ubuntu-latest
7777
steps:
78-
- name: Harden Runner
79-
uses: step-security/harden-runner@v2
80-
with:
81-
egress-policy: block
82-
- run: 'echo tests completed'
78+
- run: true

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@ jobs:
5656
uses: step-security/harden-runner@v2
5757
with:
5858
egress-policy: block
59-
- run: 'echo tests completed'
59+
- run: true

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ jobs:
5353
needs: [tests]
5454
runs-on: ubuntu-latest
5555
steps:
56-
- run: 'echo tests completed'
56+
- run: true

.github/workflows/windows-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,4 +187,4 @@ jobs:
187187
needs: [wsl_matrix, wsl_matrix_unofficial, cygwin_matrix, msys_matrix, msys_fail_install]
188188
runs-on: ubuntu-latest
189189
steps:
190-
- run: 'echo tests completed'
190+
- run: true

0 commit comments

Comments
 (0)