fix(ci): fix conditions in frontend e2e workflow

Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
Tilman Vatteroth 2022-11-29 19:11:52 +01:00
parent eadf8a5fe1
commit be054a2bf4

View file

@ -52,7 +52,7 @@ jobs:
build-frontend:
needs: changes
if: "${{ (github.event_name == 'pull_request_target') == github.event.pull_request.head.repo.fork }}"
if: "(github.event_name == 'pull_request_target') == github.event.pull_request.head.repo.fork"
runs-on: ubuntu-latest
name: Build test build of frontend
steps: