Skip to content

Commit

Permalink
Adding contion to the update environment step
Browse files Browse the repository at this point in the history
  • Loading branch information
KasukabeDefenceForce committed Apr 22, 2024
1 parent 0d50816 commit 7454a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- name: Update environment
run: mamba update -n tardis --file conda-linux-64.lock
if: steps.cache-conda.outputs.cache-hit != 'true'
if: steps.cache-conda.outputs.cache-hit != 'true' && (steps.docs_check.outcome == 'success' || steps.is_build_docs_label.outcome == 'success' || steps.is_workflow_dispatch.outcome == 'success')

- name: Install package
run: pip install -e .
Expand Down

0 comments on commit 7454a38

Please sign in to comment.