ci: simplify (#705)

This commit is contained in:
Michael Kriese 2023-03-13 15:31:15 +01:00 committed by GitHub
parent 94faa7df1e
commit 78e2234730
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -94,14 +94,8 @@ jobs:
configurationFile: ${{ matrix.configurationFile }}
renovate-version: ${{ env.RENOVATE_VERSION }}
build:
needs: [lint, commitlint, e2e]
runs-on: ubuntu-latest
steps:
- run: echo 'dummy'
release:
needs: [build]
needs: [lint, commitlint, e2e]
runs-on: ubuntu-latest
steps:
- name: Setup Git user