From 4c82f5e5bd1be9f6fe3e7c923679aeed916e7943 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Fri, 28 Mar 2025 08:07:58 -0700 Subject: [PATCH] Added KWS check for amd-mainline [ROCm/hip-tests commit: b41bc664248eaf9155f82cc4413c022691d2397b] --- projects/hip-tests/.github/workflows/kws-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip-tests/.github/workflows/kws-caller.yml b/projects/hip-tests/.github/workflows/kws-caller.yml index ffcbff7b1e..c0f4f26807 100644 --- a/projects/hip-tests/.github/workflows/kws-caller.yml +++ b/projects/hip-tests/.github/workflows/kws-caller.yml @@ -1,7 +1,7 @@ name: Rocm Validation Suite KWS on: push: - branches: [amd-staging] + branches: [amd-staging, amd-mainline] pull_request: types: [opened, synchronize, reopened] workflow_dispatch: