aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/azure-steps.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/azure-steps.yml b/ci/azure-steps.yml
index 3dde5a3..71642f0 100644
--- a/ci/azure-steps.yml
+++ b/ci/azure-steps.yml
@@ -2,7 +2,7 @@ steps:
- powershell: |
python ./skip_ci.py --base-branch-env=SYSTEM_PULLREQUEST_TARGETBRANCH --is-pull-env=SYSTEM_PULLREQUEST_PULLREQUESTID --base-branch-origin
if ($LastExitCode -ne 0) {
- throw ('error in skip_ci.py')
+ exit 0
}
# remove MinGW from path, so we don't find gfortran and try to use it