You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-10 23:12:02 +02:00
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:
1
.github/workflows/docs-preview-deploy.yml
vendored
1
.github/workflows/docs-preview-deploy.yml
vendored
@@ -22,7 +22,6 @@ jobs:
|
||||
if: |
|
||||
github.event.workflow_run.conclusion == 'success'
|
||||
&& github.event.workflow_run.event == 'pull_request'
|
||||
&& contains(github.event.workflow_run.pull_requests.*.head.sha, github.event.workflow_run.head_sha)
|
||||
steps:
|
||||
|
||||
# ======================== #
|
||||
|
Reference in New Issue
Block a user