From c27546e4bdec8f004bb0e281e9d874b06a8cfada Mon Sep 17 00:00:00 2001 From: Eric Black Date: Mon, 24 Feb 2025 15:54:17 -0800 Subject: [PATCH] remove from ci --- .github/workflows/ci.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 952a554967..86ee0b59c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,13 +93,6 @@ jobs: git fetch origin main:refs/remotes/origin/main --quiet git diff origin/main...HEAD --diff-filter=d --name-only | yarn run cspell --no-progress --gitignore --no-must-find-files --file-list stdin - pr-title-validation: - runs-on: ubuntu-latest - steps: - - uses: amannn/action-semantic-pull-request@v5 - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - # dummy job needed to pass changeling compliance because it only watches one build done: runs-on: macos-latest