From d52fb1670b7aa26406b0524e17d3ac22ba0a8a2c Mon Sep 17 00:00:00 2001 From: kkscilife <126147887+kkscilife@users.noreply.github.com> Date: Tue, 23 Jan 2024 14:50:33 +0800 Subject: [PATCH] fix format error --- .github/workflows/daily_tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/daily_tests.yaml b/.github/workflows/daily_tests.yaml index 5182c3c..76dc73d 100644 --- a/.github/workflows/daily_tests.yaml +++ b/.github/workflows/daily_tests.yaml @@ -29,15 +29,15 @@ jobs: conda deactivate clear_env: + if: ${{ !cancelled() }} + needs: [HF_model] runs-on: [t_cluster] timeout-minutes: 10 steps: - name: mask env run: | echo "::add-mask::${{env.WORKSPACE_PREFIX}}" - needs: [HF_model] - if: ${{ !cancelled() }} - steps: + - name: remove_env run: | conda env remove --name internlm-model-latest