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