Skip to content

Commit

Permalink
Fix deploy PR preview syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
  • Loading branch information
jdbaldry committed Jan 13, 2025
1 parent fad4150 commit 9e9171c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ on:
jobs:
deploy-pr-preview:
uses: ./.github/workflows/deploy-preview.yml
if: ! github.event.pull_request.head.repo.fork
if: ${{ ! github.event.pull_request.head.repo.fork }}
with:
sha: ${{ github.event.pull_request.head.sha }}
branch: ${{ github.head_ref }}

0 comments on commit 9e9171c

Please sign in to comment.