Skip to content

Commit

Permalink
fix(ci): set labels for self-hosted runner
Browse files Browse the repository at this point in the history
  • Loading branch information
plexoos committed Apr 25, 2024
1 parent b436b94 commit 28ec3ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ on:
branches:
- main
- beta
- gpu-runner

jobs:
build-test-release:
runs-on: ubuntu-latest
runs-on: [self-hosted]
steps:
- name: Define environment variables
run: echo IMAGE_NAME=ghcr.io/$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
Expand Down Expand Up @@ -76,7 +77,7 @@ jobs:
cache-to: type=inline

cleanup:
runs-on: ubuntu-latest
runs-on: [self-hosted]
needs: build-test-release
steps:
- name: Checkout code
Expand Down

0 comments on commit 28ec3ff

Please sign in to comment.