From 935cf1bf60e2236c9bbdeccd7e4eb4eb4dbeae4f Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Tue, 1 Apr 2025 09:52:55 -0700 Subject: [PATCH] fixed syntax to mainline [ROCm/rocprofiler-sdk commit: 342223cb817ca293b4936f75ba04b4fd753008bc] --- projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml b/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml index 0e3d93bd95..0311611426 100644 --- a/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml +++ b/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml @@ -12,7 +12,7 @@ on: jobs: call-workflow: if: github.event_name != 'issue_comment' ||(github.event_name == 'issue_comment' && github.event.issue.pull_request && (startsWith(github.event.comment.body, '!verify') || startsWith(github.event.comment.body, '!verify release') || startsWith(github.event.comment.body, '!verify retest'))) - uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@verifyfunc + uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline secrets: inherit with: input_sha: ${{github.event_name == 'pull_request' && github.event.pull_request.head.sha || (github.event_name == 'push' && github.sha) || (github.event_name == 'issue_comment' && github.event.issue.pull_request.head.sha) || github.sha}}