Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 28, 2025

Enable manual triggering of the documentation workflow from the GitHub Actions UI.

Changes

  • Added workflow_dispatch trigger to .github/workflows/docs.yml

The workflow now supports manual execution alongside existing automated triggers (pull requests, pushes to main, and releases).

Original prompt

On docs.yml, include workflow_dispatch to docs.yml, allowing to run workflow manually.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI self-assigned this Dec 28, 2025
@sonarqubecloud
Copy link

Copilot AI changed the title [WIP] Add workflow_dispatch to docs.yml for manual runs Add workflow_dispatch trigger to docs.yml Dec 28, 2025
@jacksonpradolima
Copy link
Owner

Copy link
Contributor Author

Copilot AI commented Dec 28, 2025

@copilot are you following https://docs.github.com/pt/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch ?

Yes, I'm following the GitHub documentation. The implementation uses the basic workflow_dispatch: syntax which is valid according to the docs. This allows manual triggering without inputs. If you'd like to add input parameters for manual runs, I can update it to include an inputs: section.

@jacksonpradolima jacksonpradolima marked this pull request as ready for review December 28, 2025 02:26
Copilot AI review requested due to automatic review settings December 28, 2025 02:26
@jacksonpradolima jacksonpradolima merged commit db47722 into master Dec 28, 2025
39 checks passed
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR enables manual triggering of the documentation workflow from the GitHub Actions UI by adding the workflow_dispatch event trigger.

  • Added workflow_dispatch trigger to the documentation workflow's event list

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@jacksonpradolima jacksonpradolima deleted the copilot/add-workflow-dispatch-to-docs branch December 28, 2025 02:27
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

Successfully merging this pull request may close these issues.

2 participants