We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bbef36 commit f80431fCopy full SHA for f80431f
.github/workflows/deploy-preview.yaml
@@ -7,7 +7,7 @@ on:
7
jobs:
8
deploy-preview:
9
runs-on: ubuntu-24.04
10
- if: ${{ !github.event.pull_request.head.repo.fork }}
+ # if: ${{ !github.event.pull_request.head.repo.fork }}
11
name: Build and deploy
12
steps:
13
- uses: actions/checkout@v4
0 commit comments