Restrict workflow to grafana/grafana repository (#59740)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
pull/59760/head
Jack Baldry 3 years ago committed by GitHub
parent ba2e226ba9
commit e7bdcb4ba8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/publish-technical-documentation-next.yml
  2. 1
      .github/workflows/publish-technical-documentation-release.yml

@ -10,6 +10,7 @@ on:
workflow_dispatch:
jobs:
sync:
if: "github.repository == 'grafana/grafana'"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Grafana repo"

@ -12,6 +12,7 @@ on:
workflow_dispatch:
jobs:
sync:
if: "github.repository == 'grafana/grafana'"
runs-on: "ubuntu-latest"
steps:
- name: "Checkout Grafana repo"

Loading…
Cancel
Save