From 6ee45b6e47f2187435f45cd45b2a5bd51b94fd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20N=C3=B8rgaard?= Date: Tue, 17 Jan 2023 18:24:48 +0000 Subject: [PATCH] workflow should always run --- .github/workflows/coverage_and_lint.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/coverage_and_lint.yml b/.github/workflows/coverage_and_lint.yml index 4933e8a..57b3ca4 100644 --- a/.github/workflows/coverage_and_lint.yml +++ b/.github/workflows/coverage_and_lint.yml @@ -48,7 +48,6 @@ jobs: run: pyright --ignoreexternal --lib --verifytypes a2s --pythonversion ${{ matrix.python-version }} - name: Lint - if: ${{ github.event_name != 'pull_request' }} uses: github/super-linter/slim@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}