Create kws-caller.yml

Dieser Commit ist enthalten in:
Choudhary, Rahul
2025-02-18 16:48:30 -08:00
committet von GitHub
Ursprung 3e040d907c
Commit 6e83dde455
+15
Datei anzeigen
@@ -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}}