From 7861dcd64f48f373f13085a15c5e0293fdbcac76 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Sat, 24 Sep 2022 12:13:28 +0200 Subject: [PATCH] Update charts-release.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/charts-release.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index 256b1a5f03f..e26170edcc2 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -208,8 +208,6 @@ jobs: - name: Fix Pre-Commit issues shell: bash - if: | - steps.collect-changes.outputs.changesDetectedAfterTag == 'true' run: | echo "Running pre-commit test-and-cleanup..." pre-commit run --all ||: @@ -217,8 +215,6 @@ jobs: find . -name '*.sh' | xargs chmod +x - name: Configure Git - if: | - steps.collect-changes.outputs.changesDetectedAfterTag == 'true' run: | git config user.name "truecharts-bot" git config user.email "bot@truecharts.org"