mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Remove packages path from branch filter (#60128)
That directory is no longer used in published docs and causes this workflow to fail when changes only affect the packages directory. Signed-off-by: Jack Baldry <jack.baldry@grafana.com> Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
parent
0adcdae325
commit
1516aa2762
@ -6,7 +6,6 @@ on:
|
|||||||
- "main"
|
- "main"
|
||||||
paths:
|
paths:
|
||||||
- "docs/sources/**"
|
- "docs/sources/**"
|
||||||
- "packages/grafana-*/**"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
@ -8,7 +8,6 @@ on:
|
|||||||
- v[0-9]+.[0-9]+.[0-9]+
|
- v[0-9]+.[0-9]+.[0-9]+
|
||||||
paths:
|
paths:
|
||||||
- "docs/sources/**"
|
- "docs/sources/**"
|
||||||
- "packages/grafana-*/**"
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
|
Loading…
Reference in New Issue
Block a user