Update rocm_ci_caller.yml fixing base ref

base ref to cover both pull and push request

[ROCm/amdsmi commit: 6ffe28fb47]
This commit is contained in:
Choudhary, Rahul
2024-12-17 12:19:06 -08:00
gecommit door GitHub
bovenliggende 12ef77a426
commit 0375bc03b3
@@ -18,5 +18,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 }}
trigger_event_type: ${{ github.event_name }}
base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}
trigger_event_type: ${{ github.event_name }}