From 258464558b5fda8bea7242757ce018e5c3b24e90 Mon Sep 17 00:00:00 2001 From: Guoying Qi <729395+gq1@users.noreply.github.com> Date: Fri, 13 Sep 2024 15:32:06 +0100 Subject: [PATCH] Update sanger_test_full.yml Use small 1.2G for base nextflow job --- .github/workflows/sanger_test_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanger_test_full.yml b/.github/workflows/sanger_test_full.yml index b44c29f4..7be8c9e8 100644 --- a/.github/workflows/sanger_test_full.yml +++ b/.github/workflows/sanger_test_full.yml @@ -26,7 +26,7 @@ jobs: with: workspace_id: ${{ secrets.TOWER_WORKSPACE_ID }} access_token: ${{ secrets.TOWER_ACCESS_TOKEN }} - compute_env: ${{ secrets.TOWER_COMPUTE_ENV_LARGE }} + compute_env: ${{ secrets.TOWER_COMPUTE_ENV_SMALL }} revision: ${{ env.REVISION }} workdir: ${{ secrets.TOWER_WORKDIR_PARENT }}/work/${{ github.repository }}/work-${{ env.REVISION }} parameters: |