the build should only wait for the linting

This commit is contained in:
Hans Pagel
2020-10-01 11:51:27 +02:00
parent 42087b2d61
commit 07fdc24035

View File

@@ -111,7 +111,7 @@ jobs:
build:
runs-on: ubuntu-latest
needs: [lint, test]
needs: lint
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}