From 5ed6359e7c39aff915d7ec480fb99bd77e5cd78e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 14 Feb 2024 08:03:48 +0100 Subject: [PATCH] ci: Do not commit bundles on npm audit fix prs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- .github/workflows/npm-audit-fix.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml index 33ea8029b9c..cd842fdd2c9 100644 --- a/.github/workflows/npm-audit-fix.yml +++ b/.github/workflows/npm-audit-fix.yml @@ -54,6 +54,7 @@ jobs: run: | npm ci npm run build --if-present + git checkout -- js/ - name: Create Pull Request if: always()