diff options
author | 2023-08-12 19:30:23 +0200 | |
---|---|---|
committer | 2023-08-12 19:30:23 +0200 | |
commit | 436b6dd12aedca818e3cf3f5a33e9ff8b8b492f6 (patch) | |
tree | d9f49eb451a2979677cb3f23e737514f2c2072d8 | |
parent | Merge pull request #2715 from python-discord/use-ruff-isort (diff) | |
parent | Merge branch 'main' into reuse-fixup-blocker-workflow (diff) |
Merge pull request #2717 from python-discord/reuse-fixup-blocker-workflow
Block fixup commits
-rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a512f289d..42b6295dc 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,10 @@ concurrency: jobs: + + fixup-commit-blocker: + uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main + lint-test: uses: ./.github/workflows/lint-test.yml |