blob: 18973d2444a64597c82bba08d11d5fdf248bcfb0 (
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
|