From ea1b05ace9844fa148f133b91ed9a79fece111a7 Mon Sep 17 00:00:00 2001 From: Guoying Qi <729395+gq1@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:03:33 +0100 Subject: [PATCH] Update sanger_test_full.yml Use the org level variable TOWER_COMPUTE_ENV which point to small actually with 1.2G memory. --- .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 7be8c9e8..eb2d574a 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_SMALL }} + compute_env: ${{ secrets.TOWER_COMPUTE_ENV }} revision: ${{ env.REVISION }} workdir: ${{ secrets.TOWER_WORKDIR_PARENT }}/work/${{ github.repository }}/work-${{ env.REVISION }} parameters: |