diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d6dd262f827..84e2b466634 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -38,10 +38,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - - name: Validate checkbox # See pull_request_template.md - uses: roryq/checkmate@master - continue-on-error: true - - uses: actions/setup-python@v5 with: python-version: '3.11'