From 5fa2a432228d2e93b0d0ddbf9e233da8335f5362 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Tue, 1 Apr 2025 09:52:08 -0700 Subject: [PATCH] fixed syntax to mainline [ROCm/hip-tests commit: d6f98eb109eb32599a277a47516be65a1fe5ae24] --- projects/hip-tests/.github/workflows/rocm-ci-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip-tests/.github/workflows/rocm-ci-caller.yml b/projects/hip-tests/.github/workflows/rocm-ci-caller.yml index 8f8c731611..41ba53a30d 100644 --- a/projects/hip-tests/.github/workflows/rocm-ci-caller.yml +++ b/projects/hip-tests/.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, '!linux-hip-psdb') || 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}}