winglian commited on
Commit
9cd5d3f
·
1 Parent(s): 990bec6

build on self hosted GPU runners

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +3 -4
.github/workflows/main.yml CHANGED
@@ -8,10 +8,9 @@ on:
8
 
9
  jobs:
10
  build-axolotl:
11
- # We specify this so it doesn't run automatically in our other github org
12
- # that we use to build the base on self-hosted GPU runners
13
- if: github.repository_owner == 'winglian'
14
- runs-on: ubuntu-latest
15
  steps:
16
  - name: Checkout
17
  uses: actions/checkout@v3
 
8
 
9
  jobs:
10
  build-axolotl:
11
+ if: github.repository_owner == 'OpenAccess-AI-Collective'
12
+ # this job needs to be run on self-hosted GPU runners...
13
+ runs-on: self-hosted
 
14
  steps:
15
  - name: Checkout
16
  uses: actions/checkout@v3