Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion .github/workflows/cflite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,16 @@ name: ClusterFuzzLite
on:
push:
branches: [main]
paths:
- 'packages/*/src/**/*.py'
- 'fuzz/**'
- '.clusterfuzzlite/**'
pull_request:
branches: [main]
paths:
- 'packages/*/src/**/*.py'
- 'fuzz/**'
- '.clusterfuzzlite/**'
schedule:
- cron: "0 6 * * 0" # Weekly batch fuzzing

Expand Down Expand Up @@ -33,7 +41,7 @@ jobs:
uses: google/clusterfuzzlite/actions/run_fuzzers@884713a6c30a92e5e8544c39945cd7cb630abcd1 # v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
fuzz-seconds: 300
fuzz-seconds: 120
mode: code-change
sanitizer: ${{ matrix.sanitizer }}

Expand Down
2 changes: 1 addition & 1 deletion pipelines/esrp-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ stages:
ls -la $(Pipeline.Workspace)/nuget-publish/
displayName: 'List packages'

- task: DotNetCoreCLI@2
- task: NuGetCommand@2
displayName: 'Push to NuGet.org'
inputs:
command: 'push'
Expand Down
Loading