Skip to content

Mcp connectivity

Mcp connectivity #24

Workflow file for this run

name: Pull Request
on:
pull_request:
branches: [ main ]
types: [opened, synchronize, reopened, ready_for_review]
concurrency:
group: 'pull-request-${{ github.event.pull_request.number }}'
cancel-in-progress: true
permissions:
id-token: write
contents: read
pull-requests: write
jobs:
validate-datu:
name: validate-datu
uses: ./.github/workflows/validate.yml
with:
ref: ${{ github.event.pull_request.head.sha }}