From 594c7e670453bb6a8e00871024aade89d8b44426 Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Fri, 28 Mar 2025 08:05:47 -0700 Subject: [PATCH] Adding KWS check for amd-mainline [ROCm/clr commit: 24184e151ce8931e542264c7f015436bb2742a1e] --- projects/clr/.github/workflows/kws-caller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/clr/.github/workflows/kws-caller.yml b/projects/clr/.github/workflows/kws-caller.yml index ffcbff7b1e..c0f4f26807 100644 --- a/projects/clr/.github/workflows/kws-caller.yml +++ b/projects/clr/.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: