Fix only run on fork guard (#98795)
This commit is contained in:
@@ -11,7 +11,7 @@ on:
|
||||
|
||||
jobs:
|
||||
deploy-pr-preview:
|
||||
if: github.repository == 'grafana/grafana'
|
||||
if: ! github.event.pull_request.head.repo.fork
|
||||
uses: grafana/writers-toolkit/.github/workflows/deploy-preview.yml@main
|
||||
with:
|
||||
sha: ${{ github.event.pull_request.head.sha }}
|
||||
|
||||
Reference in New Issue
Block a user