Skip to content

Commit 71c5070

Browse files
authored
Chore: Run backend lint in PRs if .golangci.toml changes (#85106)
Chore: Run lint backend if .golangci.toml changes
1 parent 92f5a03 commit 71c5070

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.drone.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ trigger:
463463
- docs/**
464464
- '*.md'
465465
include:
466+
- .golangci.toml
466467
- Makefile
467468
- pkg/**
468469
- packaging/**
@@ -4922,6 +4923,6 @@ kind: secret
49224923
name: gcr_credentials
49234924
---
49244925
kind: signature
4925-
hmac: 474420078e68f3b51a76abb99ba723671130f524ed00c42e66169c6912b6fbba
4926+
hmac: fc8a4639e1e301965161795a12c8123f2240ff72a406acf2dad8fda2797beaef
49264927

49274928
...

scripts/drone/events/pr.star

+1
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ def pr_pipelines():
113113
lint_backend_pipeline(
114114
get_pr_trigger(
115115
include_paths = [
116+
".golangci.toml",
116117
"Makefile",
117118
"pkg/**",
118119
"packaging/**",

0 commit comments

Comments
 (0)