aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/fixup-commit-blocker.yaml
blob: ca90a3d83fb1517d2eefb0ecbda4b36e266b55ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: Block fixup commits

on:
  pull_request_target:

concurrency:
  group: ${{ github.workflow }}-${{ github.ref }}
  cancel-in-progress: true

jobs:
  block-fixup-commits:
    if: github.ref != 'refs/heads/main'
    uses: python-discord/.github/.github/workflows/block-fixup-commits.yaml@main