From d981f5db8e36a81cc90032454fcd2da3d327f2da Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Fri, 17 Jan 2025 08:17:43 -0800 Subject: [PATCH] Fixed Workflow for updated KWS structure Signed-off-by: Mallya, Ameya Keshava [ROCm/amdsmi commit: c74fde2415545544c04a2c834d001385599fa338] --- projects/amdsmi/.github/workflows/kws_caller.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/projects/amdsmi/.github/workflows/kws_caller.yml b/projects/amdsmi/.github/workflows/kws_caller.yml index 5c1099c0b5..ffcbff7b1e 100644 --- a/projects/amdsmi/.github/workflows/kws_caller.yml +++ b/projects/amdsmi/.github/workflows/kws_caller.yml @@ -1,13 +1,3 @@ -###################################################################################### -# 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: @@ -15,7 +5,6 @@ on: pull_request: types: [opened, synchronize, reopened] workflow_dispatch: - jobs: kws: if: ${{ github.event_name == 'pull_request' }} @@ -23,3 +12,4 @@ jobs: secrets: inherit with: pr_number: ${{github.event.pull_request.number}} + base_branch: ${{github.base_ref}}