From cedc3f5967dbff8e06857b0b0d30fb5a5b51a87d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Gaspard?= Date: Wed, 1 Nov 2023 14:08:13 +0000 Subject: [PATCH] also discard check_fuzzing call from GHA pipeline --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7fa7d3a51c6..474cd7e032e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -130,7 +130,6 @@ jobs: - run: python3 scripts/check_nightly.py - run: python3 scripts/check_pytests.py - - run: python3 scripts/check_fuzzing.py - run: python3 scripts/fix_nightly_feature_flags.py