mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 13:52:12 +08:00
CI: Run docs pipeline only upon changes to root markdown files (#48433)
* Run docs pipeline only upon changes to root markdown files * Include latest/json
This commit is contained in:

committed by
GitHub

parent
484bd0b557
commit
c3ba6f962b
@ -66,8 +66,10 @@ def trigger_docs():
|
||||
],
|
||||
'paths': {
|
||||
'include': [
|
||||
'*.md',
|
||||
'docs/**',
|
||||
'packages/**',
|
||||
'latest.json',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
@ -62,7 +62,9 @@ trigger = {
|
||||
],
|
||||
'paths': {
|
||||
'exclude': [
|
||||
'*.md',
|
||||
'docs/**',
|
||||
'latest.json',
|
||||
],
|
||||
},
|
||||
}
|
||||
|
Reference in New Issue
Block a user