Fix mcm_machine_set_failed_machines
metric to more accurately reflect current state
#17
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: Build | |
on: | |
push: | |
pull_request: | |
jobs: | |
build: | |
uses: ./.github/workflows/build.yaml | |
with: | |
mode: snapshot | |
secrets: inherit | |
permissions: | |
contents: write | |
packages: write | |
id-token: write | |
component-descriptor: | |
uses: gardener/cc-utils/.github/workflows/post-build.yaml@master | |
needs: | |
- build | |
secrets: inherit | |
permissions: | |
id-token: write | |
contents: write |