Skip to content

Bump the ci_dependencies group across 1 directory with 13 updates #28491

Bump the ci_dependencies group across 1 directory with 13 updates

Bump the ci_dependencies group across 1 directory with 13 updates #28491

Workflow file for this run

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- run: python3 .github/scripts/cmd/test_cmd.py