Skip to content

Commit

Permalink
Merge pull request GitoxideLabs#1609 from EliahKagan/fuzz-less
Browse files Browse the repository at this point in the history
Only fuzz test PRs that run the test suite
  • Loading branch information
Byron authored Sep 24, 2024
2 parents 8c9e827 + a48965c commit 15457c9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/workflows/cifuzz.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,18 @@
name: CIFuzz
on:
pull_request:
branches: [ main ]
branches:
- main
paths:
- '.github/**'
- 'ci/**'
- 'etc/**'
- 'src/**'
- 'tests/**'
- 'cargo-*/**'
- 'gix*/**'
- '*.toml'
- Makefile
workflow_dispatch:
jobs:
Fuzzing:
Expand Down

0 comments on commit 15457c9

Please sign in to comment.