diff --git a/.github/workflows/private-ci.yml b/.github/workflows/private-ci.yml index 0a8ad754a9..5dab5c9488 100644 --- a/.github/workflows/private-ci.yml +++ b/.github/workflows/private-ci.yml @@ -69,6 +69,7 @@ jobs: run: | gh workflow run ibex-private-ci.yml --repo lowRISC/lowrisc-private-ci \ -f ref="${{ github.event.pull_request.head.sha || github.sha }}" \ - -f sha="${{ steps.merge.outputs.merge_sha || github.sha }}" + -f sha="${{ steps.merge.outputs.merge_sha || github.sha }}" \ + -f pull_request="${{ github.event.number }}" env: GITHUB_TOKEN: ${{ secrets.LOWRISC_PRIVATE_CI_PAT }}