diff options
| author | Leo Neat <leosneat@gmail.com> | 2020-02-19 22:22:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-20 07:22:42 +0100 |
| commit | 81230308c61b57d9f496c92c439c0d38e07a0d26 (patch) | |
| tree | 7bee1b9ac7d7508e6ffe53432bb16ef6e3124141 /.github | |
| parent | b690a6e3360b20e5cbb9fd419a47382281b0d01f (diff) | |
CIFuzz: update config file
* Update CIFuzz config
* Update CIFuzz config
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/main.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce8971d63..cec650684 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,12 +7,13 @@ jobs: - name: Build Fuzzers uses: google/oss-fuzz/infra/cifuzz/actions/build_fuzzers@master with: - project-name: 'syzkaller' + oss-fuzz-project-name: 'syzkaller' dry-run: false - name: Run Fuzzers uses: google/oss-fuzz/infra/cifuzz/actions/run_fuzzers@master with: - fuzz-time: 600 + oss-fuzz-project-name: 'syzkaller' + fuzz-seconds: 600 dry-run: false - name: Upload Crash uses: actions/upload-artifact@v1 |
