build tiptap only when tests succeed

This commit is contained in:
Hans Pagel 2020-09-11 15:59:05 +02:00
parent 1b414ab33c
commit 3e0e3b73e6

View File

@ -57,6 +57,8 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: test
env: env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}