25536e61be
git-subtree-dir: projects/rocminfo git-subtree-mainline:ae5decac0fgit-subtree-split:cd0f8c6173
16 lines
434 B
YAML
16 lines
434 B
YAML
name: Rocm Validation Suite KWS
|
|
on:
|
|
push:
|
|
branches: [amd-staging , amd-mainline]
|
|
pull_request:
|
|
types: [opened, synchronize, reopened]
|
|
workflow_dispatch:
|
|
jobs:
|
|
kws:
|
|
if: ${{ github.event_name == 'pull_request' }}
|
|
uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@mainline
|
|
secrets: inherit
|
|
with:
|
|
pr_number: ${{github.event.pull_request.number}}
|
|
base_branch: ${{github.base_ref}}
|