From 06dad64cfc024223a0246cffd5680a9d8816de37 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Wed, 24 May 2023 09:49:12 -0700 Subject: [PATCH] Always remove old repo for full flow CI --- .github/workflows/chipyard-full-flow.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chipyard-full-flow.yml b/.github/workflows/chipyard-full-flow.yml index 5179be0f..0664bb60 100644 --- a/.github/workflows/chipyard-full-flow.yml +++ b/.github/workflows/chipyard-full-flow.yml @@ -115,7 +115,7 @@ jobs: cd vlsi - # NOTE: most conda installs are in separate conda envs because they mess up + # NOTE: most conda installs are in separate conda envs because they mess up # each other's versions (for no apparent reason) and we need the latest versions conda config --add channels defaults conda config --add channels litex-hub @@ -166,7 +166,7 @@ jobs: name: cleanup needs: [run-tutorial] runs-on: ferry - if: ${{ always() && contains(join(needs.*.result, ','), 'success') }} + if: ${{ always() }} steps: - name: Delete repo copy and conda env run: |