From e343bb2cfc36a1c01d74ad5e2f6f4e99d2f9c7b0 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 13 Dec 2024 00:42:39 +0100 Subject: [PATCH] fix format --- .github/workflows/qc_checks.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 72262db575..f43e693589 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -591,9 +591,8 @@ jobs: zizmor: name: Security [Zizmor] - need: ['pre-commit'] runs-on: ubuntu-20.04 - needs: paths-filter + needs: ['pre-commit', 'paths-filter'] if: needs.paths-filter.outputs.cicd == 'true' || needs.paths-filter.outputs.force == 'true' permissions: