Added !verify trigger

This commit is contained in:
Mallya, Ameya Keshava
2025-01-28 20:11:45 -08:00
committed by GitHub
parent 94dca7073b
commit 2764498bbf
+5 -2
View File
@@ -7,9 +7,12 @@ on:
push:
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: