Skip to content

Commit

Permalink
Actions - use client labeled self-hosted runners
Browse files Browse the repository at this point in the history
Better to have a larger pool of "client" labeled runners, we can
use the same script/setup for both.
  • Loading branch information
JanneKiiskila committed Feb 5, 2024
1 parent fe93533 commit ba196e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency:

jobs:
make-examples-and-test:
runs-on: edge-example-ci
runs-on: client
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
API_KEY: ${{ secrets.EDGE_EXAMPLES_API_KEY }}
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
check_name: mbed-edge-examples-result

docker-build:
runs-on: edge-example-ci
runs-on: client
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/misspell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:

jobs:
static-checks:
runs-on: edge-example-ci
runs-on: client
steps:
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit ba196e8

Please sign in to comment.