We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ClusterFuzzLite PR fuzzing
1 parent 9fefbe4 commit 04e1e15Copy full SHA for 04e1e15
1 file changed
.github/workflows/cflite.yml
@@ -15,6 +15,8 @@ permissions: read-all
15
16
jobs:
17
PR:
18
+ # run only in public repositories - fuzzer will fail in private forks (missing auth)
19
+ if: github.event.repository.private == false
20
runs-on: ubuntu-latest
21
strategy:
22
fail-fast: false
0 commit comments