aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-12-13 14:17:03 +0100
committerJay Berkenbilt <ejb@ql.org>2021-12-13 17:20:14 +0100
commit7707a1d35641ea0511edee5cebb18f5a6baf1b67 (patch)
tree7a2ab8a3fc2c7d366332b32173612d9692093489
parent2cee5591f39dcc60b96af848b4a4f5683fc3d0b9 (diff)
downloadqpdf-7707a1d35641ea0511edee5cebb18f5a6baf1b67.tar.zst
Disable ci-fuzz build on build branch
I run the fuzzer test suite, which should be good enough to avoid wasting resources on this every time I push to build.
-rw-r--r--.github/workflows/cifuzz.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml
index 82cf6e39..82266e8c 100644
--- a/.github/workflows/cifuzz.yml
+++ b/.github/workflows/cifuzz.yml
@@ -3,8 +3,6 @@ on:
push:
branches:
- main
- - build
- - build/*
paths-ignore:
- 'ChangeLog'
- 'README*'