diff --git a/.github/workflows/pyflakes.yml b/.github/workflows/pyflakes.yml deleted file mode 100644 index 4bda2dd103..0000000000 --- a/.github/workflows/pyflakes.yml +++ /dev/null @@ -1,20 +0,0 @@ -on: - pull_request: - push: - branches: - - main - - development - - 'release-candidate-*' - -jobs: - pyflakes: - name: runner / pyflakes - if: github.event.pull_request.draft == false - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v2 - - name: pyflakes - uses: reviewdog/action-pyflakes@v1 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - reporter: github-pr-review