From 7707a1d35641ea0511edee5cebb18f5a6baf1b67 Mon Sep 17 00:00:00 2001 From: Jay Berkenbilt Date: Mon, 13 Dec 2021 08:17:03 -0500 Subject: [PATCH] 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. --- .github/workflows/cifuzz.yml | 2 -- 1 file changed, 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*'