We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 740a4f7 commit 553a175Copy full SHA for 553a175
.github/workflows/runtime_build_and_test.yml
@@ -487,7 +487,7 @@ jobs:
487
#
488
# Note that this means that scripts/release/download-experimental-build.js must be run with
489
# --no-verify when downloading a build from a fork.
490
- if: github.event.pull_request.head.repo.full_name != github.repository
+ if: github.event.pull_request.head.repo.full_name == github.repository
491
with:
492
subject-name: artifacts_combined.zip
493
subject-digest: sha256:${{ steps.upload_artifacts_combined.outputs.artifact-digest }}
0 commit comments