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 9b1a26f commit 80d76bcCopy full SHA for 80d76bc
.github/workflows/conda-build.yml
@@ -209,7 +209,7 @@ jobs:
209
fi
210
# we do not want to trigger artefact creation if the job is cancelled;
211
# gate this on either explicit success or failure
212
- if [ $JOB_STATUS == "failure" || $JOB_STATUS == "success" ]; then
+ if [ $JOB_STATUS != "cancelled" ]; then
213
if [ $OS == "windows" ]; then
214
cmd.exe /c .scripts\\create_conda_build_artifacts.bat
215
else
0 commit comments