We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66e613 commit e215590Copy full SHA for e215590
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
golangci-slo:
22
name: golangci-lint-slo
23
concurrency:
24
- group: lint-golangci-${{ github.ref }}
+ group: lint-golangci-slo-${{ github.ref }}
25
cancel-in-progress: true
26
runs-on: ubuntu-latest
27
steps:
0 commit comments