mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
travis: skip the Fuzzit-Sanity stage when it's run by cron
This commit is contained in:
parent
dda1fc81be
commit
baea4bd969
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user