From 41ce629a25180ae75e0a19e6b6710b2507e74424 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 4 Jan 2023 11:43:11 +0100 Subject: [PATCH] [v9.3.x] Remove packages path from branch filter (#60947) 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 Signed-off-by: Jack Baldry (cherry picked from commit 1516aa27622ee5dc8d14cc3ebcd07647bf1619bd) Co-authored-by: Jack Baldry --- .github/workflows/publish-technical-documentation-next.yml | 1 - .github/workflows/publish-technical-documentation-release.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/publish-technical-documentation-next.yml b/.github/workflows/publish-technical-documentation-next.yml index 30666f2ebb0..193993fb4e8 100644 --- a/.github/workflows/publish-technical-documentation-next.yml +++ b/.github/workflows/publish-technical-documentation-next.yml @@ -6,7 +6,6 @@ on: - "main" paths: - "docs/sources/**" - - "packages/grafana-*/**" workflow_dispatch: jobs: sync: diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index 2eb005e6ff8..dd4a6ae9309 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -8,7 +8,6 @@ on: - v[0-9]+.[0-9]+.[0-9]+ paths: - "docs/sources/**" - - "packages/grafana-*/**" workflow_dispatch: jobs: sync: