Releases new version of datadog_checks_base
#29396
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: 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' }} | |
with: | |
repo: core | |
secrets: inherit |