Skip to content

Commit d66151d

Browse files
authored
Revert self-hosted
1 parent 73fd071 commit d66151d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/cloud_tests_full.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
jobs:
1919
run-full-tests-on-aws:
2020
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' || !github.event.inputs }}
21-
runs-on: self-hosted
21+
runs-on: ubuntu-latest
2222
strategy:
2323
matrix:
2424
aligner: ["star_salmon", "star_rsem"]
@@ -43,7 +43,7 @@ jobs:
4343
path: tower_action_*.log
4444
run-full-tests-on-gcp:
4545
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' || !github.event.inputs }}
46-
runs-on: self-hosted
46+
runs-on: ubuntu-latest
4747
strategy:
4848
matrix:
4949
aligner: ["star_salmon", "star_rsem"]
@@ -68,7 +68,7 @@ jobs:
6868
path: tower_action_*.log
6969
run-full-tests-on-azure:
7070
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' || !github.event.inputs }}
71-
runs-on: self-hosted
71+
runs-on: ubuntu-latest
7272
strategy:
7373
matrix:
7474
aligner: ["star_salmon", "star_rsem"]

0 commit comments

Comments
 (0)