From 6e83dde455adbf10e2c5d8fcc3a80498f78eee82 Mon Sep 17 00:00:00 2001 From: "Choudhary, Rahul" Date: Tue, 18 Feb 2025 16:48:30 -0800 Subject: [PATCH] Create kws-caller.yml --- .github/workflows/kws-caller.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/kws-caller.yml diff --git a/.github/workflows/kws-caller.yml b/.github/workflows/kws-caller.yml new file mode 100644 index 0000000000..ffcbff7b1e --- /dev/null +++ b/.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}}