Skip to content

Allow for collection of AO metrics for azure sql db (#15508) #1024

Allow for collection of AO metrics for azure sql db (#15508)

Allow for collection of AO metrics for azure sql db (#15508) #1024

Workflow file for this run

name: Master
on:
push:
branches:
- master
jobs:
cache:
uses: ./.github/workflows/cache-shared-deps.yml
test:
needs:
- cache
uses: ./.github/workflows/test-all.yml
with:
repo: core
# Options
standard: true
secrets: inherit
publish-test-results:
needs:
- test
if: success() || failure()
concurrency:
group: test-results
uses: ./.github/workflows/test-results-master.yml
secrets: inherit
submit-traces:
needs:
- test
if: success() || failure()
uses: ./.github/workflows/submit-traces.yml
secrets: inherit