From 6f02d2d73d1d52537768289c2e3c9c23939aeaed Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Mon, 13 Jan 2025 11:49:04 +0000 Subject: [PATCH] Fix syntax (#98875) --- .github/workflows/deploy-pr-preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-pr-preview.yml b/.github/workflows/deploy-pr-preview.yml index b49c7ab898f..dcb8fcd1c2a 100644 --- a/.github/workflows/deploy-pr-preview.yml +++ b/.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 }}