Always remove old repo for full flow CI

This commit is contained in:
abejgonzalez
2023-05-24 09:49:12 -07:00
parent 1363d82813
commit 06dad64cfc

View File

@@ -166,7 +166,7 @@ jobs:
name: cleanup name: cleanup
needs: [run-tutorial] needs: [run-tutorial]
runs-on: ferry runs-on: ferry
if: ${{ always() && contains(join(needs.*.result, ','), 'success') }} if: ${{ always() }}
steps: steps:
- name: Delete repo copy and conda env - name: Delete repo copy and conda env
run: | run: |