From cb10829e107513fbe62546187e0703d43097851f Mon Sep 17 00:00:00 2001 From: stnolting Date: Sat, 5 Oct 2024 22:55:41 +0200 Subject: [PATCH] [linty] temporarily remove trigger filter :warning: TODO --- .github/workflows/Linty.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Linty.yml b/.github/workflows/Linty.yml index 4b0220c84..df668e4ba 100644 --- a/.github/workflows/Linty.yml +++ b/.github/workflows/Linty.yml @@ -9,7 +9,7 @@ on: jobs: linty: - if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' + # if: github.event_name != 'pull_request' && github.ref == 'refs/heads/main' name: Linty timeout-minutes: 10 runs-on: ubuntu-latest