From 554bbc45b0dacc9b35f1220cbeb0c71798f9d2d1 Mon Sep 17 00:00:00 2001 From: Max Podkorytov <4273004+tenpercent@users.noreply.github.com> Date: Mon, 1 Apr 2024 10:20:34 -0700 Subject: [PATCH] Update rocm_ci.yml sync changes from develop branch. Enables self-hosted runner and manual workflow run --- .github/workflows/rocm_ci.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rocm_ci.yml b/.github/workflows/rocm_ci.yml index f2593d53af..894c36a8da 100644 --- a/.github/workflows/rocm_ci.yml +++ b/.github/workflows/rocm_ci.yml @@ -3,11 +3,17 @@ name: ROCM_CI on: pull_request: types: [labeled, synchronize, reopened] + workflow_dispatch: + inputs: + logLevel: + description: 'Log level' + required: true + default: 'warning' jobs: build: if: contains(github.event.label.name, 'rocm') - runs-on: rocm + runs-on: self-hosted steps: - uses: actions/checkout@v2