From 7fe118794fa603bdaaf1094dfdb4844553f3cd50 Mon Sep 17 00:00:00 2001 From: weboko Date: Fri, 6 Jan 2023 00:47:40 +0100 Subject: [PATCH] block release for failed examples stage --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac663de..0312ef1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,7 @@ jobs: release_create_waku: runs-on: ubuntu-latest + needs: [examples_build_and_test] if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2.3.3