Fix innodb buffer pool utilization metrics collection for Aurora MySQL reader instances by ensuring process_innodb_stats
runs even when SHOW ENGINE INNODB STATUS
is skipped
#65900
Workflow file for this run
This file contains hidden or 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: Check PR | |
on: | |
pull_request_target: | |
types: [opened, labeled, unlabeled, synchronize] | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
uses: ./.github/workflows/pr-quick-check.yml | |
if: ${{ github.base_ref == 'master' }} | |
permissions: # These permissions need to match the ones in the included workflow, see pr-quick-check.yml for details | |
pull-requests: write | |
contents: read | |
with: | |
repo: core | |
secrets: inherit | |