From 07fdc24035780ea83cd803d68e3356d8b01ab841 Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Thu, 1 Oct 2020 11:51:27 +0200 Subject: [PATCH] the build should only wait for the linting --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4227916d..ddf8fb4e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -111,7 +111,7 @@ jobs: build: runs-on: ubuntu-latest - needs: [lint, test] + needs: lint env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}