diff --git a/.github/workflows/deploy-pr-preview.yml b/.github/workflows/deploy-pr-preview.yml index 370351f99c0..348d79efedc 100644 --- a/.github/workflows/deploy-pr-preview.yml +++ b/.github/workflows/deploy-pr-preview.yml @@ -11,6 +11,7 @@ on: jobs: deploy-pr-preview: + if: github.repository == 'grafana/grafana' uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main with: sha: ${{ github.event.pull_request.head.sha }} @@ -20,4 +21,4 @@ jobs: repo: grafana website_directory: content/docs/grafana/latest relative_prefix: /docs/grafana/latest/ - index_file: true \ No newline at end of file + index_file: true