]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Revert "chg: ci: Run CI danger job even if user canceled it while it was running"
authorPetr Špaček <pspacek@isc.org>
Mon, 2 Jun 2025 15:58:52 +0000 (15:58 +0000)
committerPetr Špaček <pspacek@isc.org>
Mon, 2 Jun 2025 15:58:52 +0000 (15:58 +0000)
This reverts merge request !10490

.gitlab-ci.yml

index 72f1bc8b6fe909e87c61579ff22739da961ad645..23367780e67b167e697b7406e6abf39550fbec76 100644 (file)
@@ -664,10 +664,6 @@ danger:
   script:
     - pip install git+https://gitlab.isc.org/isc-projects/hazard.git
     - hazard
-  after_script:
-    # insist on running danger job even if user canceled it while it was running
-    - test "$CI_JOB_STATUS" != "canceled" && exit 0
-    - !reference [danger, script]
   rules:
     - if: '$CI_PIPELINE_SOURCE == "merge_request_event"'