Skip to content

Commit

Permalink
CI: Add .drone.yml in pathschanged trigger for lint_backend pipel…
Browse files Browse the repository at this point in the history
…ine (#68348)

Add .drone.yml in pathschanged for lint_backend
  • Loading branch information
dsotirakis committed May 12, 2023
1 parent f79654f commit b7b1306
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -437,6 +437,7 @@ trigger:
include:
- pkg/**
- packaging/**
- .drone.yml
- conf/**
- go.sum
- go.mod
Expand Down Expand Up @@ -6995,6 +6996,6 @@ kind: secret
name: github_token
---
kind: signature
hmac: 4a99b404fa59910566c088700c4aacf6cc00de65aa8955f58f7dc3e313f932c8
hmac: 580387ea6dbe3182c71aac875bf9f114e3edc7d8cb8a67e6da7502433f9560be

...
1 change: 1 addition & 0 deletions scripts/drone/events/pr.star
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ def pr_pipelines():
include_paths = [
"pkg/**",
"packaging/**",
".drone.yml",
"conf/**",
"go.sum",
"go.mod",
Expand Down

0 comments on commit b7b1306

Please sign in to comment.