summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/commit-lint.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/commit-lint.yml b/.github/workflows/commit-lint.yml
index 5e6e22d..309d637 100644
--- a/.github/workflows/commit-lint.yml
+++ b/.github/workflows/commit-lint.yml
@@ -4,13 +4,6 @@ on:
name: Pull Request Checks
jobs:
- block-fixup:
- runs-on: ubuntu-latest
- steps:
- - uses: actions/checkout@v3
- - name: Block fixup commit merge
- uses: 13rac1/block-fixup-merge-action@v2.0.0
-
commit-lint:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'