mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-27 12:43:37 +00:00
ci: do not skip dummy build step
This commit is contained in:
parent
7d5d16afb2
commit
0e7badaf22
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
|
@ -63,8 +63,6 @@ jobs:
|
||||||
|
|
||||||
build:
|
build:
|
||||||
needs: [lint, commitlint, e2e]
|
needs: [lint, commitlint, e2e]
|
||||||
if: ${{ github.event_name != 'pull_request' || github.repository_owner != github.event.pull_request.head.repo.owner.login }}
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- run: echo 'dummy'
|
- run: echo 'dummy'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue