Skip to content

Commit

Permalink
Update sanger_test_full.yml
Browse files Browse the repository at this point in the history
Use the org level variable TOWER_COMPUTE_ENV which point to  small actually with 1.2G memory.
  • Loading branch information
gq1 authored Sep 16, 2024
1 parent 2584645 commit ea1b05a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanger_test_full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }}
access_token: ${{ secrets.TOWER_ACCESS_TOKEN }}
compute_env: ${{ secrets.TOWER_COMPUTE_ENV_SMALL }}
compute_env: ${{ secrets.TOWER_COMPUTE_ENV }}
revision: ${{ env.REVISION }}
workdir: ${{ secrets.TOWER_WORKDIR_PARENT }}/work/${{ github.repository }}/work-${{ env.REVISION }}
parameters: |
Expand Down

0 comments on commit ea1b05a

Please sign in to comment.