diff options
author | 2023-08-24 16:15:50 +0200 | |
---|---|---|
committer | 2023-08-24 15:15:50 +0100 | |
commit | 82301f2447e2f1df87433cd1d8bc5cffd42931a4 (patch) | |
tree | b63375f4d890e613f028cd1a6fc4b6f37ddf9f03 | |
parent | feat: move link for PEP to title in !pep command (#2723) (diff) |
Remove call to the fixup reusable workflow (#2731)
-rw-r--r-- | .github/workflows/main.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f79af2659..6f471c931 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,12 +17,6 @@ jobs: lint-test: uses: ./.github/workflows/lint-test.yml - fixup-commit-blocker: - if: github.ref != 'refs/heads/main' - uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main - needs: lint-test - - generate-sha-tag: if: github.ref == 'refs/heads/main' runs-on: ubuntu-latest |