]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
ci: fix job conditions for build:darwin
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 17 Feb 2020 09:30:05 +0000 (10:30 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Mon, 17 Feb 2020 09:30:05 +0000 (10:30 +0100)
.gitlab-ci.yml

index 525943bfacdf287a6e784a549e9f7c28f3b05fd8..a34446ae45021d53c4c604353341edfe5f2fd84d 100644 (file)
@@ -152,18 +152,13 @@ kres-gen:
 
 build:darwin:
   <<: *test_nodep
-  except:
-    refs:
-      - master@knot/knot-resolver
-      - branches@knot/security/knot-resolver
-    variables:
-      - $SKIP_CI == "1"
-      - $SKIP_TRAVIS == "1"
   when: delayed
-  except:  # trigger job only in repos under our control
+  only:  # trigger job only in the main repo
+    refs:
+      - branches@knot/knot-resolver
+  except:
     refs:
       - master@knot/knot-resolver
-      - branches@knot/security/knot-resolver
     variables:
       - $SKIP_CI == "1"
   start_in: 3 minutes  # give the build in Travis CI time to finish