ci: `docs-preview-deploy.yml` - Remove third job condition
This condition was added as an additional guard but was preventing the workflow from running when PRs were from forked repos.
This commit is contained in:
parent
0ff9c0132a
commit
a599936c4b
|
@ -22,7 +22,6 @@ jobs:
|
||||||
if: |
|
if: |
|
||||||
github.event.workflow_run.conclusion == 'success'
|
github.event.workflow_run.conclusion == 'success'
|
||||||
&& github.event.workflow_run.event == 'pull_request'
|
&& github.event.workflow_run.event == 'pull_request'
|
||||||
&& contains(github.event.workflow_run.pull_requests.*.head.sha, github.event.workflow_run.head_sha)
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
# ======================== #
|
# ======================== #
|
||||||
|
|
Loading…
Reference in New Issue