feat: Enhanced query performance monitoring features to track slow queries, examine query execution plans, monitor wait events, and identify blocking sessions #198 #261
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push/PR pipeline | |
on: | |
push: | |
branches: | |
- main | |
- master | |
- renovate/** | |
pull_request: | |
jobs: | |
push-pr: | |
uses: newrelic/coreint-automation/.github/workflows/reusable_push_pr.yaml@v3 | |
with: | |
integration: mssql | |
run_test_build_fake_prerelease: true | |
secrets: inherit |