build on self hosted GPU runners
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -8,10 +8,9 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-axolotl:
|
build-axolotl:
|
||||||
# We specify this so it doesn't run automatically in our other github org
|
if: github.repository_owner == 'OpenAccess-AI-Collective'
|
||||||
# that we use to build the base on self-hosted GPU runners
|
# this job needs to be run on self-hosted GPU runners...
|
||||||
if: github.repository_owner == 'winglian'
|
runs-on: self-hosted
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user