Skip to content

Commit

Permalink
Pull after running fuzzing to avoid conflict (#591)
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Jowett <[email protected]>
Co-authored-by: Alan Jowett <[email protected]>
  • Loading branch information
Alan-Jowett and Alan Jowett authored Oct 28, 2024
1 parent ace4569 commit f76c009
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/fuzzing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
- name: Merge corpus into fuzz/corpus
if: ${{ github.event_name == 'schedule' }}
run: |
git pull
./ubpf_fuzzer -merge=1 fuzz/corpus new_corpus
git add fuzz/corpus
git config --global user.email '[email protected]'
Expand Down

0 comments on commit f76c009

Please sign in to comment.