mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-17 09:22:36 +00:00
ci: simplify (#705)
This commit is contained in:
parent
94faa7df1e
commit
78e2234730
1 changed files with 1 additions and 7 deletions
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
|
|
@ -94,14 +94,8 @@ jobs:
|
||||||
configurationFile: ${{ matrix.configurationFile }}
|
configurationFile: ${{ matrix.configurationFile }}
|
||||||
renovate-version: ${{ env.RENOVATE_VERSION }}
|
renovate-version: ${{ env.RENOVATE_VERSION }}
|
||||||
|
|
||||||
build:
|
|
||||||
needs: [lint, commitlint, e2e]
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- run: echo 'dummy'
|
|
||||||
|
|
||||||
release:
|
release:
|
||||||
needs: [build]
|
needs: [lint, commitlint, e2e]
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Setup Git user
|
- name: Setup Git user
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue