From d23de1b2ff374dd880a8fa7595c2fd4cbadde3e2 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Tue, 28 Jan 2025 20:17:23 -0800 Subject: [PATCH] Added !verify trigger [ROCm/rocprofiler-register commit: 7d691bc53332d189d664581276c6f989faac7653] --- .../.github/workflows/rocm_ci_caller.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/rocprofiler-register/.github/workflows/rocm_ci_caller.yml b/projects/rocprofiler-register/.github/workflows/rocm_ci_caller.yml index 5d543b74e9..77c6349e4f 100644 --- a/projects/rocprofiler-register/.github/workflows/rocm_ci_caller.yml +++ b/projects/rocprofiler-register/.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: + 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: