Skip to content

[SDBM-2648] Add collect_execution_plans option to SQL Server DBM (#23… #5872

[SDBM-2648] Add collect_execution_plans option to SQL Server DBM (#23…

[SDBM-2648] Add collect_execution_plans option to SQL Server DBM (#23… #5872

Workflow file for this run

name: Validate repository
on:
push:
branches:
- master
pull_request:
types: [opened, synchronize, reopened, labeled, unlabeled]
merge_group:
types: [checks_requested]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }}
cancel-in-progress: true
permissions:
id-token: write
contents: read
jobs:
run:
name: Run Validations
uses: ./.github/workflows/run-validations.yml
with:
repo: core
secrets: inherit