From e4e3c59968e91807217ed676e041227cf249cd24 Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Fri, 31 Jan 2025 14:22:03 -0800 Subject: [PATCH] Create kws_caller.yml [ROCm/ROCR-Runtime commit: 460a28ed03f4fc4f515d7ce6799ea0c00b45dc83] --- .../rocr-runtime/.github/workflows/kws_caller.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 projects/rocr-runtime/.github/workflows/kws_caller.yml diff --git a/projects/rocr-runtime/.github/workflows/kws_caller.yml b/projects/rocr-runtime/.github/workflows/kws_caller.yml new file mode 100644 index 0000000000..ffcbff7b1e --- /dev/null +++ b/projects/rocr-runtime/.github/workflows/kws_caller.yml @@ -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}}