Skip to content

Commit

Permalink
fix: adjust selfhosted runner labels
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavmishra90 committed Dec 30, 2024
1 parent afd382b commit f959d44
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:

jobs:
build-and-push:
runs-on: [self-hosted, linux, gpu]
runs-on: [self-hosted, gpu]
steps:

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label-images-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ concurrency:

jobs:
label-images-and-push:
runs-on: [self-hosted, linux, docker]
runs-on: [self-hosted]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-packages-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
# - "docker/image_version.txt"
jobs:
facsimilab-packages:
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted, gpu]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:
jobs:
facsimilab-packages:
runs-on: [self-hosted, linux, x64]
runs-on: [self-hosted, gpu]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ concurrency:

jobs:
test-images:
runs-on: [self-hosted, linux, docker]
runs-on: [self-hosted, gpu]
steps:

- name: Checkout code
Expand Down

0 comments on commit f959d44

Please sign in to comment.