Update rocm_ci_caller.yml fixing base ref

base ref to cover both pull and push request
Tento commit je obsažen v:
Choudhary, Rahul
2024-12-17 12:19:06 -08:00
odevzdal GitHub
rodič 2c36a327de
revize 6ffe28fb47
+2 -2
Zobrazit soubor
@@ -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 }}