From 1d983ce9ac18cd4763cbafcd7603c584955b7a59 Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Thu, 13 Apr 2023 16:05:48 +0200 Subject: [PATCH] runs all build on large --- .github/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 677e722a..f81b1b63 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -133,7 +133,7 @@ jobs: build-and-push-sagemaker-image: needs: - build-and-push-image - runs-on: ubuntu-latest + runs-on: large steps: - name: Checkout repository uses: actions/checkout@v3