From da27a34c885ec6292e0cac1133f873debaaaa49e Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 24 Nov 2023 00:04:28 +0100 Subject: [PATCH] jsut do it --- .github/workflows/qc_checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qc_checks.yaml b/.github/workflows/qc_checks.yaml index 1eb8dccf30..ee5371cf5a 100644 --- a/.github/workflows/qc_checks.yaml +++ b/.github/workflows/qc_checks.yaml @@ -52,7 +52,7 @@ jobs: runs-on: ubuntu-20.04 needs: paths-filter - if: needs.paths-filter.outputs.server == 'true' + if: true steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1 @@ -89,7 +89,7 @@ jobs: name: Style [pre-commit] runs-on: ubuntu-20.04 needs: paths-filter - if: needs.paths-filter.outputs.server == 'true' || needs.paths-filter.outputs.frontend == 'true' + if: true steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # pin@v4.1.1