DRAFT: Attach schema name as tag with index usage metrics #39397
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: 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 | |