chore: [release-2.9.x] docs: Label filter expression: Change unit suffix suffix to proper case whe… #4201
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
"jobs": | |
"check": | |
"uses": "grafana/loki-release/.github/workflows/[email protected]" | |
"with": | |
"build_image": "grafana/loki-build-image:0.33.1" | |
"golang_ci_lint_version": "v1.55.1" | |
"release_lib_ref": "loki-2.9.x" | |
"skip_validation": false | |
"use_github_app_token": true | |
"name": "check" | |
"on": | |
"pull_request": {} | |
"push": | |
"branches": | |
- "main" |