From 5ce076aef6e72f0e4f1d474785acf0c8fcb1ba9f Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Tue, 28 Jan 2025 20:19:17 -0800 Subject: [PATCH] Added !verify trigger [ROCm/rocprofiler commit: 75280c9a82dd4fecf6acaf1e8c33086c55468163] --- .../rocprofiler/.github/workflows/rocm-ci-caller.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml b/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml index 67e6ebfcac..fb771bcde3 100644 --- a/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml +++ b/projects/rocprofiler/.github/workflows/rocm-ci-caller.yml @@ -5,11 +5,14 @@ on: branches: [amd-staging, amd-npi] types: [opened, reopened, synchronize] push: - branches: [amd-staging, amd-mainline] - workflow_dispatch: + branches: [amd-mainline] + 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: