Skip to content
GitLab
Next
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
GitLab.org
security-products
D
Demos
Coverage Fuzzing
go-fuzzing-example
Commits
088a284c
Commit
088a284c
authored
Oct 14, 2020
by
Yevgeny Pats
Browse files
Update .gitlab-ci.yml
parent
e62af974
Pipeline
#202325672
failed
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
.gitlab-ci.yml
+2
-2
No files found.
.gitlab-ci.yml
View file @
088a284c
...
...
@@ -19,7 +19,7 @@ sync_fuzzing:
include
:
.covfuzz-ci.yml
strategy
:
depend
rules
:
-
if
:
$CI_COMMIT_BRANCH != 'continuous_fuzzing'
-
if
:
$CI_COMMIT_BRANCH != 'continuous_fuzzing'
&& $CI_PIPELINE_SOURCE != 'merge_request_event'
async_fuzzing
:
variables
:
...
...
@@ -27,5 +27,5 @@ async_fuzzing:
trigger
:
include
:
.covfuzz-ci.yml
rules
:
-
if
:
$CI_COMMIT_BRANCH == 'continuous_fuzzing'
-
if
:
$CI_COMMIT_BRANCH == 'continuous_fuzzing'
$CI_PIPELINE_SOURCE != 'merge_request_event'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment