diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d41f029..a3b9963 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,9 @@ jobs: - name: Format shell: bash run: npm run format-check + if: matrix.runs-on == 'ubuntu-latest' - name: audit security continue-on-error: true run: npm audit --audit-level=moderate + if: matrix.runs-on == 'ubuntu-latest'