File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212
1313jobs :
1414 testplane-e2e :
15- runs-on : self-hosted-arc
15+ runs-on : ubuntu-latest
1616
1717 permissions :
1818 contents : write
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212
1313jobs :
1414 build :
15- runs-on : self-hosted-arc
15+ runs-on : ubuntu-latest
1616
1717 strategy :
1818 matrix :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ permissions:
1515jobs :
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 :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ concurrency:
1212jobs :
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
You can’t perform that action at this time.
0 commit comments