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 131d16c commit 3d45990Copy full SHA for 3d45990
.github/workflows/pr-preview-comment.yml
@@ -8,7 +8,7 @@ jobs:
8
comment-on-fork-pr:
9
runs-on: ubuntu-latest
10
# Only run for fork PRs
11
- if: github.event.pull_request.head.repo.fork == true
+ # if: github.event.pull_request.head.repo.fork == true
12
steps:
13
- name: Comment on PR with manual deployment instructions
14
uses: actions/github-script@v7
0 commit comments