Skip to content

Commit

Permalink
Invoke the workflow that checks for fixup commits
Browse files Browse the repository at this point in the history
  • Loading branch information
shtlrs committed Aug 24, 2023
1 parent 708d79d commit ec579c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/block-fixup-commits.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,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

0 comments on commit ec579c0

Please sign in to comment.