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 2dac890 commit fac34b3Copy full SHA for fac34b3
1 file changed
.github/workflows/deploy-fork.yml
@@ -13,7 +13,7 @@ concurrency:
13
14
jobs:
15
deploy-fork:
16
- if: ${{ github.event.workflow_run.head_repository.fork && github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.head_branch != 'main' }}
+ if: ${{ github.event.workflow_run.conclusion == 'success' && github.event.workflow_run.event == 'pull_request' && github.event.workflow_run.head_branch != 'main' }}
17
permissions:
18
actions: read
19
contents: read
0 commit comments