Skip to content

Commit

Permalink
Update sanger_test.yml - use large tower env
Browse files Browse the repository at this point in the history
  • Loading branch information
gq1 authored Feb 13, 2024
1 parent aabcfc6 commit 0d4c6e7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/sanger_test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: sanger-tol LSF tests

on:
push:
branches:
- large_tower_env
workflow_dispatch:
jobs:
run-tower:
Expand All @@ -17,7 +20,7 @@ jobs:
with:
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
compute_env: ${{ secrets.TOWER_COMPUTE_ENV_LARGE }}
revision: ${{ env.REVISION }}
workdir: ${{ secrets.TOWER_WORKDIR_PARENT }}/work/${{ github.repository }}/work-${{ env.REVISION }}
parameters: |
Expand Down

0 comments on commit 0d4c6e7

Please sign in to comment.