File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -11,17 +11,14 @@ jobs:
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
with : { fetch-depth: 2 }
14
- - run : if ./test/match_changed_files.sh '^src/' ; then echo GO=1 >> $GITHUB_ENV ; fi
15
14
- name : Build Fuzzers
16
15
id : build
17
- if : ${{ env.GO == 1 }}
18
16
uses : google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master
19
17
with :
20
18
oss-fuzz-project-name : ' mongoose'
21
19
dry-run : false
22
20
language : c++
23
21
- name : Run Fuzzers
24
- if : ${{ env.GO == 1 }}
25
22
uses : google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master
26
23
with :
27
24
oss-fuzz-project-name : ' mongoose'
30
27
language : c++
31
28
- name : Upload Crash
32
29
uses : actions/upload-artifact@v4
33
- if : env.GO == 1 && failure() && steps.build.outcome == 'success'
30
+ if : failure() && steps.build.outcome == 'success'
34
31
with :
35
32
name : artifacts
36
33
path : ./out/artifacts
You can’t perform that action at this time.
0 commit comments