From c6bb6cafd06ce3a3f15e1d065e89224c76fe2849 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Wed, 15 Jan 2025 11:09:33 -0800 Subject: [PATCH] Added KWS check Signed-off-by: Mallya, Ameya Keshava --- .github/workflows/kws_caller.yml | 25 +++++++++++++++++++++++++ 1 file changed, 25 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..5c1099c0b5 --- /dev/null +++ b/.github/workflows/kws_caller.yml @@ -0,0 +1,25 @@ +###################################################################################### +# Name : Rocm Validation Suite +# Developed by : kiran.thumma@amd.com, gajeambi@amd.com +# Maintained by : kiran.thumma@amd.com, gajendrad.ambi@amd.com +# Version : 0.5 +# Description : This workflow will eventually call the central rocm reusable workflow. +# So developers should not edit/Modify this file +# Donot add it into .*ignore file# +# Docs : +###################################################################################### +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}}