Skip to content

Commit

Permalink
[ci] add pull_request arg to private CI
Browse files Browse the repository at this point in the history
Signed-off-by: Gary Guo <gary.guo@lowrisc.org>
  • Loading branch information
nbdd0121 committed Mar 25, 2024
1 parent 39f28ba commit d9165d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/private-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit d9165d0

Please sign in to comment.