From 0e5c8d4c921b35fe36d0fa86b74e283cf3ca8bd2 Mon Sep 17 00:00:00 2001 From: Pavel Gabriel Date: Tue, 11 Jun 2024 11:11:19 +0200 Subject: [PATCH] temporarily skip fuzz testing in the docker --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 84723d00..e02014bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -125,6 +125,8 @@ jobs: asset_content_type: application/octet-stream docker: + # temporarily skip the creation of docker image with fuzz testing + if: false name: Docker needs: [testing, create_release] runs-on: ubuntu-latest