Fix syntax (#98875)

This commit is contained in:
Jack Baldry 2025-01-13 11:49:04 +00:00 committed by GitHub
parent 2928cd43aa
commit 6f02d2d73d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}