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:
+1
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user