Files
rocm-systems/projects/aqlprofile/.github/workflows/kws-caller.yml
T
Elwazir, Ammar 0eb3f73d3f Update kws-caller.yml (#103)
[ROCm/aqlprofile commit: 67fee2f03f]
2025-06-10 18:49:16 -05:00

17 wiersze
447 B
YAML

name: Rocm Validation Suite KWS
on:
push:
branches: [amd-staging]
pull_request:
types: [opened, synchronize, reopened]
branches: [amd-staging]
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}}