From d202addc509c880081d04f74f69ce5bb8540c364 Mon Sep 17 00:00:00 2001 From: Simon L Date: Thu, 23 Nov 2023 11:17:40 +0100 Subject: [PATCH] comment compile step Signed-off-by: Simon L --- .github/workflows/npm-audit-fix.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 7b9417db4..33b817087 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -47,11 +47,11 @@ jobs: run: | npm audit fix - - name: Run npm ci and npm run build - if: always() - run: | - npm ci - npm run build --if-present + # - name: Run npm ci and npm run build + # if: always() + # run: | + # npm ci + # npm run build --if-present - name: Create Pull Request if: always()