diff options
author | 2023-08-13 16:44:03 +0200 | |
---|---|---|
committer | 2023-08-13 16:44:03 +0200 | |
commit | ea0bd41df39403c441954778d5e229d232f4346e (patch) | |
tree | 7036fac55646dd3c1220ab50cb7ea9b3242ee050 | |
parent | Merge pull request #1071 from Anonymous4045/Anonymous4045-rule-alias (diff) | |
parent | run fixup blocker when git ref isn't main (diff) |
Merge pull request #1072 from python-discord/use-fixup-commit-blocker
Block fixup commits
-rw-r--r-- | .github/workflows/main.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6454737d..7151c9aa 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -14,6 +14,11 @@ jobs: lint-test: uses: ./.github/workflows/lint-test.yaml + 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: runs-on: ubuntu-latest outputs: |