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