Skip to content

Commit efcc1f1

Browse files
fix(INF2-migrate-self-hosted): test on self hosted runners (#82)
1 parent d613f3a commit efcc1f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414

1515
jobs:
1616
build-and-publish:
17-
runs-on: ubuntu-latest
17+
runs-on: self-hosted
1818
steps:
1919
- name: Enforce dev tag format
2020
run: |

.github/workflows/release-prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515

1616
jobs:
1717
build-and-publish:
18-
runs-on: ubuntu-latest
18+
runs-on: self-hosted
1919
environment:
2020
name: production
2121
url: https://www.npmjs.com/package/@layr-labs/ecloud-cli

0 commit comments

Comments
 (0)