Skip to content

Commit 065db3d

Browse files
authored
chore(ci): remove self-hosted runners (#146)
Removed self-hosted runners
1 parent e037702 commit 065db3d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/integration-gateway.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
setup-gateway:
16-
runs-on: self-hosted
16+
runs-on: ubuntu-22.04
1717
container: python:3.11-bookworm
1818
steps:
1919
- uses: actions/checkout@v4
@@ -31,7 +31,7 @@ jobs:
3131
run-tests:
3232
needs:
3333
- setup-gateway
34-
runs-on: self-hosted
34+
runs-on: ubuntu-22.04
3535
container: python:3.11-bookworm
3636
steps:
3737
- uses: actions/checkout@v4
@@ -50,7 +50,7 @@ jobs:
5050
SCW_ACCESS_KEY: ${{ secrets.SCW_ACCESS_KEY }}
5151

5252
teardown-gateway:
53-
runs-on: self-hosted
53+
runs-on: ubuntu-22.04
5454
container: python:3.11-bookworm
5555
needs:
5656
- run-tests

.github/workflows/pytest-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212

1313
jobs:
1414
test:
15-
runs-on: self-hosted
15+
runs-on: ubuntu-22.04
1616
container: python:3.11-bookworm
1717
steps:
1818
- uses: actions/checkout@v4

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
test:
16-
runs-on: self-hosted
16+
runs-on: ubuntu-22.04
1717
container: python:3.11-bookworm
1818
steps:
1919
- uses: actions/checkout@v4

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
deploy:
13-
runs-on: self-hosted
13+
runs-on: ubuntu-22.04
1414
container: python:3.11-bookworm
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)