From 9cd5d3fcfcffb320ee1f8d65f8868bc2cbe62ac3 Mon Sep 17 00:00:00 2001 From: Wing Lian Date: Sun, 7 May 2023 17:25:31 -0400 Subject: [PATCH] build on self hosted GPU runners --- .github/workflows/main.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index acf170dbb..0e8e3d413 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,10 +8,9 @@ on: jobs: build-axolotl: - # We specify this so it doesn't run automatically in our other github org - # that we use to build the base on self-hosted GPU runners - if: github.repository_owner == 'winglian' - runs-on: ubuntu-latest + if: github.repository_owner == 'OpenAccess-AI-Collective' + # this job needs to be run on self-hosted GPU runners... + runs-on: self-hosted steps: - name: Checkout uses: actions/checkout@v3