From beff1be12526952f2a416214d7b0e357c0161033 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Mon, 11 May 2020 09:39:14 +0200 Subject: [PATCH] chore(ci): add required build step --- .github/workflows/build.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2512436b..1016eada 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -64,9 +64,14 @@ jobs: with: configurationFile: example/renovate-config.js token: ${{ secrets.RENOVATE_TOKEN }} + build: + needs: [lint, commitlint, e2e] + runs-on: ubuntu-latest + steps: + - run: echo 'dummy' release: - needs: [lint, commitlint, e2e] + needs: [build] runs-on: ubuntu-latest if: | startsWith(github.event.commits[0].message,