From 16a2c1f9de87534f77ec27d6bd50c3ee51b40e9c Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Tue, 28 Jan 2025 20:08:25 -0800 Subject: [PATCH] Added !verify trigger Signed-off-by: Mallya, Ameya Keshava [ROCm/amdsmi commit: 98052605c90b56c838d2c835d2f74950a5688513] --- projects/amdsmi/.github/workflows/rocm_ci_caller.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/amdsmi/.github/workflows/rocm_ci_caller.yml b/projects/amdsmi/.github/workflows/rocm_ci_caller.yml index f5673f4db0..7e85fe7730 100644 --- a/projects/amdsmi/.github/workflows/rocm_ci_caller.yml +++ b/projects/amdsmi/.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: