mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-12-23 17:33:13 +00:00
fix(ci): fix conditions in frontend e2e workflow
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
eadf8a5fe1
commit
be054a2bf4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/frontend-e2e-tests.yml
vendored
2
.github/workflows/frontend-e2e-tests.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue