ci: do not skip dummy build step

This commit is contained in:
Michael Kriese 2021-08-23 10:40:44 +02:00
parent 7d5d16afb2
commit 0e7badaf22
No known key found for this signature in database
GPG key ID: B83F553A0724D44E

View file

@ -63,8 +63,6 @@ jobs:
build:
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
steps:
- run: echo 'dummy'