Skip to content

refactor: support workflow_dispatch for build pipeline#740

Merged
vbreuss merged 2 commits into
mainfrom
topic/add-workflow-dispatch
Aug 26, 2025
Merged

refactor: support workflow_dispatch for build pipeline#740
vbreuss merged 2 commits into
mainfrom
topic/add-workflow-dispatch

Conversation

@vbreuss
Copy link
Copy Markdown
Member

@vbreuss vbreuss commented Aug 26, 2025

This PR adds manual trigger support to the GitHub Actions build pipeline by introducing the workflow_dispatch event trigger. This allows developers to manually run the build workflow from the GitHub Actions UI when needed for testing or debugging purposes.

Key changes

  • Adds workflow_dispatch trigger to enable manual workflow execution

@vbreuss vbreuss self-assigned this Aug 26, 2025
Copilot AI review requested due to automatic review settings August 26, 2025 18:26
@vbreuss vbreuss added the refactor A change or improvement without functional impact label Aug 26, 2025
Copy link
Copy Markdown

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 adds manual trigger support to the GitHub Actions build pipeline by introducing the workflow_dispatch event trigger. This allows developers to manually run the build workflow from the GitHub Actions UI when needed for testing or debugging purposes.

  • Adds workflow_dispatch trigger to enable manual workflow execution

Comment thread .github/workflows/build.yml Outdated
@vbreuss vbreuss enabled auto-merge (squash) August 26, 2025 18:28
@sonarqubecloud
Copy link
Copy Markdown

@vbreuss vbreuss disabled auto-merge August 26, 2025 18:31
@vbreuss vbreuss merged commit 39e2144 into main Aug 26, 2025
12 checks passed
@vbreuss vbreuss deleted the topic/add-workflow-dispatch branch August 26, 2025 18:31
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 2, 2025

This is addressed in release v2.22.0.

@github-actions github-actions Bot added the state: released The issue is released label Sep 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

refactor A change or improvement without functional impact state: released The issue is released

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants