block release for failed examples stage

This commit is contained in:
weboko 2023-01-06 00:47:40 +01:00
parent ecc83f3b03
commit 7fe118794f
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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