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

Workflow dispatch now always rebuilds #13

Merged
merged 1 commit into from
Jul 3, 2023

Conversation

mczyz-antmicro
Copy link
Contributor

Previously, the workflow_dispatch event trigger would check for updates, regardless of the input settings. Also, the debug-artifacts option was unused. In this PR I propose to remove these 2 inputs and define the following behavior of the pipeline for workflow_dispatch events:

  • Remote repositories are not checked for updates
  • Indexing and deployment is always executed
  • Repository information is obtained from current deps.json

This changes enables manual re-triggering of the build and deployment in a reproducible way

@mczyz-antmicro mczyz-antmicro force-pushed the mczyz/workflow-dispatch-fix branch 3 times, most recently from e851699 to f9eb3e4 Compare July 3, 2023 11:04
@mczyz-antmicro mczyz-antmicro merged commit d550a32 into master Jul 3, 2023
@mczyz-antmicro mczyz-antmicro deleted the mczyz/workflow-dispatch-fix branch July 4, 2023 08:33
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.

1 participant