Skip to content

Commit 04e1e15

Browse files
committed
ci: disable ClusterFuzzLite PR fuzzing in private forks
[no changelog]
1 parent 9fefbe4 commit 04e1e15

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/cflite.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ permissions: read-all
1515

1616
jobs:
1717
PR:
18+
# run only in public repositories - fuzzer will fail in private forks (missing auth)
19+
if: github.event.repository.private == false
1820
runs-on: ubuntu-latest
1921
strategy:
2022
fail-fast: false

0 commit comments

Comments
 (0)