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

Doc-comments incorrectly suggest web.yml can be manually run. #708

Open
dream-dasher opened this issue Sep 8, 2024 · 0 comments
Open

Doc-comments incorrectly suggest web.yml can be manually run. #708

dream-dasher opened this issue Sep 8, 2024 · 0 comments

Comments

@dream-dasher
Copy link

I believe the following is required to allow manual activation of a github workflow.

on:
  # Allows you to run this workflow manually from the Actions tab
  workflow_dispatch:

It's is not present in web.yml yet the doc comments in there specifically mention being able to manually run.
(You can, of course, also manually trigger a workflow run when you want the docs to update.)

on:
  ...
  # If you only want docs to update with releases, disable this, or change it to
  # a "release" branch. You can, of course, also manually trigger a workflow run
  # when you want the docs to update.
  push:
    branches:
      - main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant