From daeb310fd92844eaa598827e6eeb0b91c5d7e271 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Tue, 28 Jan 2025 20:07:15 -0800 Subject: [PATCH] Added !verify trigger [ROCm/rocprofiler-sdk commit: 35f8374e35489f72e7f61caae61f4b4850e56a32] --- .../rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml b/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml index 1032b79626..bf37ace28c 100644 --- a/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml +++ b/projects/rocprofiler-sdk/.github/workflows/rocm_ci_caller.yml @@ -6,10 +6,13 @@ on: types: [opened, reopened, synchronize] push: branches: [amd-mainline] - workflow_dispatch: + workflow_dispatch: + issue_comment: + types: [created] jobs: - call-workflow: + call-workflow: + if: ${{ github.event_name != 'issue_comment' || github.event.comment.body == '!verify' }} uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline secrets: inherit with: