mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 02:40:26 -06:00
Run verify-kinds only on CUE updates (#70162)
* Run verify-kinds only on CUE updates * Update verify-kinds.yml * remove test
This commit is contained in:
parent
44c87c5b32
commit
17126d963b
2
.github/workflows/verify-kinds.yml
vendored
2
.github/workflows/verify-kinds.yml
vendored
@ -3,6 +3,8 @@ name: "verify-kinds"
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- '**/*.cue'
|
||||
|
||||
jobs:
|
||||
main:
|
||||
|
Loading…
Reference in New Issue
Block a user