mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-25 04:51:50 +00:00
fix(ci): fix conditions in netlify workflow
Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
6d7165f767
commit
eadf8a5fe1
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ jobs:
|
|||
|
||||
deploy:
|
||||
needs: changes
|
||||
if: "github.event.pull_request.draft == false || contains( github.event.pull_request.labels.*.name, 'ci: force deployment') && (github.event_name == 'pull_request_target') == github.event.pull_request.head.repo.fork"
|
||||
if: "(github.event.pull_request.draft == false || contains( github.event.pull_request.labels.*.name, 'ci: force deployment')) && ((github.event_name == 'pull_request_target') == github.event.pull_request.head.repo.fork)"
|
||||
runs-on: ubuntu-latest
|
||||
name: Deploys to netlify
|
||||
env:
|
||||
|
|
Loading…
Reference in a new issue