Added KWS check

[ROCm/roctracer commit: f8189fd60d]
This commit is contained in:
Mallya, Ameya Keshava
2025-01-17 08:23:51 -08:00
کامیت شده توسط GitHub
والد a28fa82529
کامیت 1142cd1a88
+15
مشاهده پرونده
@@ -0,0 +1,15 @@
name: Rocm Validation Suite KWS
on:
push:
branches: [amd-staging]
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}}