ci: Fix syntax (#15709)

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
pull/15732/head^2
Jack Baldry 4 months ago committed by GitHub
parent 5ad8622b94
commit 45b0752c34
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/deploy-pr-preview.yml

@ -11,7 +11,7 @@ on:
jobs:
deploy-pr-preview:
if: ! github.event.pull_request.head.repo.fork
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 }}

Loading…
Cancel
Save