Skip to content

Commit

Permalink
GitHub Action - run on self-hosted runner (edge-example-ci)
Browse files Browse the repository at this point in the history
There's a new CI machine set up for this repo.
  • Loading branch information
JanneKiiskila committed Jan 10, 2024
1 parent 356f3c0 commit 3c46e3b
Showing 1 changed file with 2 additions and 2 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:
runs-on: ubuntu-22.04
runs-on: edge-example-ci
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
- run: make all

docker-build:
runs-on: ubuntu-22.04
runs-on: edge-example-ci
env:
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}
steps:
Expand Down

0 comments on commit 3c46e3b

Please sign in to comment.