From 811c039e2b6fb305e6eb2269d7aa0d21eb067586 Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Fri, 8 Mar 2024 22:28:53 -0800 Subject: [PATCH] [actions] finisher tweaks --- .github/workflows/latest-npm.yml | 6 +----- .github/workflows/shellcheck.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/windows-npm.yml | 2 +- 4 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/latest-npm.yml b/.github/workflows/latest-npm.yml index b271404846..8f3bc184d5 100644 --- a/.github/workflows/latest-npm.yml +++ b/.github/workflows/latest-npm.yml @@ -75,8 +75,4 @@ jobs: needs: [nodes] runs-on: ubuntu-latest steps: - - name: Harden Runner - uses: step-security/harden-runner@v2 - with: - egress-policy: block - - run: 'echo tests completed' + - run: true diff --git a/.github/workflows/shellcheck.yml b/.github/workflows/shellcheck.yml index 2327d37974..ed0f6140e2 100644 --- a/.github/workflows/shellcheck.yml +++ b/.github/workflows/shellcheck.yml @@ -56,4 +56,4 @@ jobs: uses: step-security/harden-runner@v2 with: egress-policy: block - - run: 'echo tests completed' + - run: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 07b4356493..7480c337a2 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -53,4 +53,4 @@ jobs: needs: [tests] runs-on: ubuntu-latest steps: - - run: 'echo tests completed' + - run: true diff --git a/.github/workflows/windows-npm.yml b/.github/workflows/windows-npm.yml index 4c80bb0c2d..6dc32178e7 100644 --- a/.github/workflows/windows-npm.yml +++ b/.github/workflows/windows-npm.yml @@ -187,4 +187,4 @@ jobs: needs: [wsl_matrix, wsl_matrix_unofficial, cygwin_matrix, msys_matrix, msys_fail_install] runs-on: ubuntu-latest steps: - - run: 'echo tests completed' + - run: true