Skip to content

Commit 631bf06

Browse files
authored
Update lint.yml
1 parent 5f5e671 commit 631bf06

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ env:
1010
GOLANGCI_LINT_VERSION: v1.60.3
1111
jobs:
1212
golangci:
13+
if: (!contains(github.event.pull_request.labels.*.name, 'no lint'))
1314
name: golangci-lint
1415
concurrency:
1516
group: lint-golangci-${{ github.ref }}
@@ -39,6 +40,7 @@ jobs:
3940
args: --timeout=5m
4041
working-directory: examples
4142
golangci-slo:
43+
if: (!contains(github.event.pull_request.labels.*.name, 'no lint'))
4244
name: golangci-lint-slo
4345
concurrency:
4446
group: lint-golangci-slo-${{ github.ref }}
@@ -55,6 +57,7 @@ jobs:
5557
args: --timeout=5m
5658
working-directory: tests/slo
5759
autoformatter:
60+
if: (!contains(github.event.pull_request.labels.*.name, 'no lint'))
5861
name: autoformat check
5962
concurrency:
6063
group: lint-autoformat-${{ github.ref }}

0 commit comments

Comments
 (0)