]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
travis: skip the Fuzzit-Sanity stage when it's run by cron
authorEvgeny Vereshchagin <evvers@ya.ru>
Fri, 14 Jun 2019 18:56:10 +0000 (20:56 +0200)
committerEvgeny Vereshchagin <evvers@ya.ru>
Fri, 14 Jun 2019 18:56:10 +0000 (20:56 +0200)
.travis.yml

index f41b43ed22844859df06efcf25fd1beeaed49869..181ed5e4bd9065d5d37bf857558ca57b08cadba6 100644 (file)
@@ -14,6 +14,9 @@ stages:
     - name: Fuzzit-Fuzzing
       if: type = cron
 
+    - name: Fuzzit-Sanity
+      if: type != cron
+
     # Run Coverity periodically instead of for each commit/PR
     - name: Coverity
       if: type = cron