Skip to content

Commit

Permalink
Runner update
Browse files Browse the repository at this point in the history
  • Loading branch information
LarssonOliver committed Nov 25, 2023
1 parent b654066 commit b559421
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.lnkshrt-gui.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
lnkshrt-gui-build:
runs-on: self-hosted
runs-on: lnkshrt-runner-set
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ permissions:

jobs:
build:
runs-on: self-hosted
runs-on: lnkshrt-runner-set
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -33,7 +33,7 @@ jobs:
run: sh scripts/build.sh

test:
runs-on: self-hosted
runs-on: lnkshrt-runner-set
steps:
- name: Checkout
uses: actions/checkout@v2
Expand All @@ -53,7 +53,7 @@ jobs:
run: sh scripts/test.sh

lint:
runs-on: self-hosted
runs-on: lnkshrt-runner-set
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
bake:
runs-on: self-hosted
runs-on: lnkshrt-runner-set
steps:
- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit b559421

Please sign in to comment.