Added !verify trigger
This commit is contained in:
committed by
GitHub
parent
3e1caf69ae
commit
5ed4863d76
@@ -5,11 +5,14 @@ on:
|
|||||||
branches: [amd-staging, amd-npi]
|
branches: [amd-staging, amd-npi]
|
||||||
types: [opened, reopened, synchronize]
|
types: [opened, reopened, synchronize]
|
||||||
push:
|
push:
|
||||||
branches: [amd-staging, amd-mainline]
|
branches: [amd-mainline]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
issue_comment:
|
||||||
|
types: [created]
|
||||||
|
|
||||||
jobs:
|
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
|
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/rocm_ci.yml@mainline
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user