name: Command Bot Tests on: pull_request: types: [opened, synchronize, reopened, ready_for_review] permissions: contents: read concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true jobs: isdraft: uses: ./.github/workflows/reusable-isdraft.yml test-cmd-bot: runs-on: ubuntu-latest needs: [isdraft] steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - run: python3 .github/scripts/cmd/test_cmd.py