[ECOINT-212] Redpanda v2.1.0 - Support for lag metrics #5461
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: Validate repository | |
on: | |
push: | |
branches: | |
- master | |
pull_request: | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.sha }} | |
cancel-in-progress: true | |
jobs: | |
run: | |
uses: DataDog/integrations-core/.github/workflows/run-validations.yml@master | |
with: | |
repo: extras | |
# Validations | |
ci: true | |
config: true | |
imports: true | |
integration-style: true | |
jmx-metrics: true | |
legacy-signature: true | |
metadata: true | |
models: true | |
package: true | |
readmes: true | |
codeowners: true | |
secrets: inherit |