Skip to content

Commit

Permalink
Update rocm_ci_caller.yml correcting the base_ref variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulc1984 committed Dec 17, 2024
1 parent 8e60dcd commit 30f795b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rocm_ci_caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
input_pr_url: ${{ github.event_name == 'pull_request' && github.event.pull_request.html_url || '' }}
input_pr_title: ${{ github.event_name == 'pull_request' && github.event.pull_request.title || '' }}
repository_name: ${{ github.repository }}
base_ref: ${{ github.ref }}
base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}
trigger_event_type: ${{ github.event_name }}

0 comments on commit 30f795b

Please sign in to comment.