Skip to content

Commit

Permalink
Run on self-hosted
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrtalbot authored Nov 28, 2023
1 parent 0a1d53a commit 73fd071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cloud_tests_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ on:
jobs:
run-full-tests-on-aws:
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'aws' || !github.event.inputs }}
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
aligner: ["star_salmon", "star_rsem"]
Expand All @@ -43,7 +43,7 @@ jobs:
path: tower_action_*.log
run-full-tests-on-gcp:
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'gcp' || !github.event.inputs }}
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
aligner: ["star_salmon", "star_rsem"]
Expand All @@ -68,7 +68,7 @@ jobs:
path: tower_action_*.log
run-full-tests-on-azure:
if: ${{ github.event.inputs.platform == 'all' || github.event.inputs.platform == 'azure' || !github.event.inputs }}
runs-on: ubuntu-latest
runs-on: self-hosted
strategy:
matrix:
aligner: ["star_salmon", "star_rsem"]
Expand Down

0 comments on commit 73fd071

Please sign in to comment.