block release for failed examples stage
This commit is contained in:
parent
ecc83f3b03
commit
7fe118794f
|
@ -45,6 +45,7 @@ jobs:
|
||||||
|
|
||||||
release_create_waku:
|
release_create_waku:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
needs: [examples_build_and_test]
|
||||||
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2.3.3
|
- uses: actions/checkout@v2.3.3
|
||||||
|
|
Loading…
Reference in New Issue