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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
|
paths:
|
||||||
|
- '**/*.cue'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
main:
|
main:
|
||||||
|
Loading…
Reference in New Issue
Block a user