File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818jobs :
1919 run-full-tests-on-aws :
2020 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' || !github.event.inputs }}
21- runs-on : ubuntu-latest
21+ runs-on : self-hosted
2222 strategy :
2323 matrix :
2424 aligner : ["star_salmon", "star_rsem"]
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 : ubuntu-latest
46+ runs-on : self-hosted
4747 strategy :
4848 matrix :
4949 aligner : ["star_salmon", "star_rsem"]
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 : ubuntu-latest
71+ runs-on : self-hosted
7272 strategy :
7373 matrix :
7474 aligner : ["star_salmon", "star_rsem"]
You can’t perform that action at this time.
0 commit comments