[ROCm/hipother commit: a9b7bc22a8]
Tento commit je obsažen v:
Mallya, Ameya Keshava
2025-03-12 10:11:31 -07:00
odevzdal GitHub
rodič 5c955f0bfd
revize f5131f3cc1
+15
Zobrazit soubor
@@ -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}}