From 1516aa27622ee5dc8d14cc3ebcd07647bf1619bd Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Wed, 4 Jan 2023 10:18:44 +0000 Subject: [PATCH] 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 --- .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: