Skip to content

Commit ae3623b

Browse files
authored
Merge pull request #725 from gemini-testing/TESTPLANE-718.use_gh_runners
chore: use github runners
2 parents 278c76f + 66e2d72 commit ae3623b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/e2e.yml

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

1313
jobs:
1414
testplane-e2e:
15-
runs-on: self-hosted-arc
15+
runs-on: ubuntu-latest
1616

1717
permissions:
1818
contents: write

.github/workflows/node.js.yml

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

1313
jobs:
1414
build:
15-
runs-on: self-hosted-arc
15+
runs-on: ubuntu-latest
1616

1717
strategy:
1818
matrix:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
publish:
1717
name: Publishing to NPM
18-
runs-on: self-hosted-arc
18+
runs-on: ubuntu-latest
1919
steps:
2020
- uses: actions/checkout@v4
2121
with:

.github/workflows/testplane-reports-ttl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
jobs:
1313
clean:
1414
name: Remove old Testplane html reports
15-
runs-on: self-hosted-arc
15+
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
1818
uses: actions/checkout@v4

0 commit comments

Comments
 (0)