We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e749d9 commit 0daeb9aCopy full SHA for 0daeb9a
.github/workflows/conda-build.yml
@@ -183,7 +183,7 @@ jobs:
183
id: prepare-artifacts
184
shell: bash
185
# we do not want to trigger artefact creation if the build was cancelled
186
- if: ${{ steps.determine-status.outputs.status != 'cancelled' }}
+ if: ${{ always() && steps.determine-status.outputs.status != 'cancelled' }}
187
env:
188
CI: github_actions
189
CONFIG: ${{ matrix.CONFIG }}
0 commit comments