From 70bcd05fd45c452c1cf522737337e9ef09b337aa Mon Sep 17 00:00:00 2001 From: "Mallya, Ameya Keshava" Date: Mon, 13 Jan 2025 20:26:23 -0800 Subject: [PATCH] Added necessary variable for commenting --- .github/workflows/kws.yml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/kws.yml b/.github/workflows/kws.yml index 6987c5b42d..59faf37b11 100644 --- a/.github/workflows/kws.yml +++ b/.github/workflows/kws.yml @@ -25,10 +25,5 @@ jobs: if: ${{ github.event_name == 'pull_request' }} uses: AMD-ROCm-Internal/rocm_ci_infra/.github/workflows/kws.yml@kws-test secrets: inherit - - # Add your repo specific workflows (if any) below this line, edit nothing above this line. - other-job: - runs-on: ubuntu-latest - steps: - - name: KWS SCAN check - run: echo "End of repo specific workflow" + with: + pr_number: ${{github.event.pull_request.number}}