File tree Expand file tree Collapse file tree 3 files changed +22
-129
lines changed
Expand file tree Collapse file tree 3 files changed +22
-129
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : ROCm CI Caller
2+
3+ on :
4+ pull_request :
5+ branches : [amd-staging]
6+ types : [opened, reopened, synchronize]
7+ push :
8+ branches : [amd-mainline]
9+ workflow_dispatch :
10+
11+ jobs :
12+ call-workflow :
13+ uses : AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline
14+ secrets : inherit
15+ with :
16+ input_sha : ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
17+ input_pr_num : ${{ github.event_name == 'pull_request' && github.event.pull_request.number || 0 }}
18+ input_pr_url : ${{ github.event_name == 'pull_request' && github.event.pull_request.html_url || '' }}
19+ input_pr_title : ${{ github.event_name == 'pull_request' && github.event.pull_request.title || '' }}
20+ repository_name : ${{ github.repository }}
21+ base_ref : ${{ github.event_name == 'pull_request' && github.base_ref || github.ref }}
22+ trigger_event_type : ${{ github.event_name }}
You can’t perform that action at this time.
0 commit comments