Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support workflow_dispatch events on GitHub Actions #1554

Closed
mortenpi opened this issue Mar 16, 2021 · 1 comment · Fixed by #1752
Closed

Support workflow_dispatch events on GitHub Actions #1554

mortenpi opened this issue Mar 16, 2021 · 1 comment · Fixed by #1752

Comments

@mortenpi
Copy link
Member

Currently Documenter won't deploy if you run a workflow with workflow_dispatch:

┌ Info: Deployment criteria for deploying devbranch build from GitHub Actions:
│ - :heavy_check_mark: ENV["GITHUB_REPOSITORY"]="..." occurs in repo="..."
│ - ✘ ENV["GITHUB_EVENT_NAME"]="workflow_dispatch" is "push"
│ - :heavy_check_mark: ENV["GITHUB_REF"] matches devbranch="master"
│ - :heavy_check_mark: ENV["GITHUB_ACTOR"] exists and is non-empty
│ - :heavy_check_mark: ENV["DOCUMENTER_KEY"] exists and is non-empty
└ Deploying: ✘
@richardreeve
Copy link
Contributor

I just had the same issue with running my documentation workflow with release. It does seem like this should be easy to fix if it's really just here to stop pull requests triggering deployment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants