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

The change is present in mainline and was missing in staging
Este commit está contenido en:
Choudhary, Rahul
2024-12-18 11:49:32 -08:00
padre e1e7f59269
commit 69be6f1c16
+1 -1
Ver fichero
@@ -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 }}