diff --git a/.github/workflows/01-make-dist.yml b/.github/workflows/01-make-dist.yml index 75d54e9..df41952 100644 --- a/.github/workflows/01-make-dist.yml +++ b/.github/workflows/01-make-dist.yml @@ -94,6 +94,7 @@ jobs: with: workflow: "GHA-01: Tarballs Build Worker" token: ${{ secrets.GITHUB_TOKEN }} + ref: ${{ github.event.pull_request.number > 0 && github.event.pull_request.base.ref || github.sha }} inputs: '{ "ref": "${{ github.event.pull_request.number > 0 && github.event.pull_request.head.sha || github.sha }}", "artifact_name": "${{ steps.set-artifact-name.outputs.artifact_name }}" }' wait-timeout-seconds: 3600 wait-for-completion: true