[v8.5.x] Remove packages path from branch filter (#60944)

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>
(cherry picked from commit 1516aa2762)

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
This commit is contained in:
Grot (@grafanabot)
2023-01-04 10:40:59 +00:00
committed by GitHub
co-authored by Jack Baldry
parent df7504737a
commit 246b9cc82c
2 changed files with 0 additions and 2 deletions
@@ -6,7 +6,6 @@ on:
- "main"
paths:
- "docs/sources/**"
- "packages/grafana-*/**"
workflow_dispatch:
jobs:
sync:
@@ -8,7 +8,6 @@ on:
- v[0-9]+.[0-9]+.[0-9]+
paths:
- "docs/sources/**"
- "packages/grafana-*/**"
workflow_dispatch:
jobs:
sync: