fix(alerts): Add conditional check for Prometheus Operator in test alerts config #1250
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 & Fix License Header | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened] | |
jobs: | |
build-license-eye: | |
permissions: | |
contents: write # Only used when `apply_header: true` else the permission is `read` see: https://github.com/cloudoperators/common/blob/8f15c13b6f4c1631c7e6f6dff5c3300452e9b5b6/.github/workflows/shared-license.yaml#L21-L22 | |
uses: cloudoperators/common/.github/workflows/shared-license.yaml@main |