From b45bcdd7a08fe3439476832fcdff5e0c8fdba8df Mon Sep 17 00:00:00 2001 From: Wenqi Li Date: Fri, 14 Jul 2023 08:09:21 +0100 Subject: [PATCH] temp tests Signed-off-by: Wenqi Li --- .github/workflows/docker.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 30a7714a277..f58979de82d 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -9,6 +9,7 @@ on: push: branches: - dev + - temp-test # Allows you to run this workflow manually from the Actions tab # This is to trigger building/testing docker image from dev only. workflow_dispatch: @@ -51,6 +52,7 @@ jobs: if: github.repository == 'Project-MONAI/MONAI' needs: versioning_dev runs-on: ubuntu-latest + runs-on: [self-hosted, docker] steps: - uses: actions/checkout@v3 with: