Skip to content

chore: update CLAUDE.md for docker-only standard-tooling #42

chore: update CLAUDE.md for docker-only standard-tooling

chore: update CLAUDE.md for docker-only standard-tooling #42

Workflow file for this run

name: CI (push)
on:
push:
branches:
- 'feature/**'
- 'bugfix/**'
- 'hotfix/**'
- 'chore/**'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: read
security-events: write
jobs:
ci:
uses: ./.github/workflows/ci.yml
permissions:
contents: read
security-events: write
with:
python-versions: '["3.14"]'
integration-matrix: '[{"python-version":"3.14","project-suffix":"3-14","qm1-rest-port":"9451","qm2-rest-port":"9452","qm1-mq-port":"1420","qm2-mq-port":"1421"}]'
run-security: 'false'
run-release-gates: 'false'