File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2020 name : Run pipeline with test data
2121 # Only run on push if this is the nf-core dev branch (merged PRs)
2222 if : " ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}"
23- runs-on : self-hosted
23+ runs-on : ubuntu-latest
2424 strategy :
2525 matrix :
2626 NXF_VER :
6666 star_salmon :
6767 name : Test STAR Salmon with workflow parameters
6868 if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
69- runs-on : self-hosted
69+ runs-on : ubuntu-latest
7070 strategy :
7171 matrix :
7272 parameters :
@@ -123,7 +123,7 @@ jobs:
123123 star_rsem :
124124 name : Test STAR RSEM with workflow parameters
125125 if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
126- runs-on : self-hosted
126+ runs-on : ubuntu-latest
127127 strategy :
128128 matrix :
129129 parameters :
@@ -169,7 +169,7 @@ jobs:
169169 hisat2 :
170170 name : Test HISAT2 with workflow parameters
171171 if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
172- runs-on : self-hosted
172+ runs-on : ubuntu-latest
173173 strategy :
174174 matrix :
175175 parameters :
@@ -215,7 +215,7 @@ jobs:
215215 salmon :
216216 name : Test Salmon with workflow parameters
217217 if : ${{ github.event_name != 'push' || (github.event_name == 'push' && github.repository == 'nf-core/rnaseq') }}
218- runs-on : self-hosted
218+ runs-on : ubuntu-latest
219219 strategy :
220220 matrix :
221221 parameters :
Original file line number Diff line number Diff line change 1616jobs :
1717 run-full-tests-on-aws :
1818 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' }}
19- runs-on : self-hosted
19+ runs-on : ubuntu-latest
2020 strategy :
2121 matrix :
2222 aligner : ["star_salmon", "star_rsem"]
4141 path : tower_action_*.log
4242 run-full-tests-on-gcp :
4343 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' }}
44- runs-on : self-hosted
44+ runs-on : ubuntu-latest
4545 strategy :
4646 matrix :
4747 aligner : ["star_salmon", "star_rsem"]
6666 path : tower_action_*.log
6767 run-full-tests-on-azure :
6868 if : ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' }}
69- runs-on : self-hosted
69+ runs-on : ubuntu-latest
7070 strategy :
7171 matrix :
7272 aligner : ["star_salmon", "star_rsem"]
You can’t perform that action at this time.
0 commit comments