Update rocm_ci_caller.yml: base ref to support pull and push request

The change is present in mainline and was missing in staging

[ROCm/rdc commit: 69be6f1c16]
This commit is contained in:
Choudhary, Rahul
2024-12-18 11:49:32 -08:00
parent c42d0232f4
commit 61ee9e50e8
+1 -1
View File
@@ -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 }}
base_ref: ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}
trigger_event_type: ${{ github.event_name }}