build on self hosted GPU runners
Browse files
.github/workflows/main.yml
CHANGED
@@ -8,10 +8,9 @@ on:
|
|
8 |
|
9 |
jobs:
|
10 |
build-axolotl:
|
11 |
-
|
12 |
-
#
|
13 |
-
|
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
|