diff --git a/.github/workflows/publish-technical-documentation-next.yml b/.github/workflows/publish-technical-documentation-next.yml index 9e060ee0b8b..30666f2ebb0 100644 --- a/.github/workflows/publish-technical-documentation-next.yml +++ b/.github/workflows/publish-technical-documentation-next.yml @@ -10,6 +10,7 @@ on: workflow_dispatch: jobs: sync: + if: "github.repository == 'grafana/grafana'" runs-on: "ubuntu-latest" steps: - name: "Checkout Grafana repo" diff --git a/.github/workflows/publish-technical-documentation-release.yml b/.github/workflows/publish-technical-documentation-release.yml index e8864acfcb4..2e795855dac 100644 --- a/.github/workflows/publish-technical-documentation-release.yml +++ b/.github/workflows/publish-technical-documentation-release.yml @@ -12,6 +12,7 @@ on: workflow_dispatch: jobs: sync: + if: "github.repository == 'grafana/grafana'" runs-on: "ubuntu-latest" steps: - name: "Checkout Grafana repo"