Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Iss1958 - Update GH workflows to support release process #88

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Conversation

jadecarino
Copy link
Contributor

Why?

  • Last week I added a workflow_dispatch inputs context so that when someone kicks off the main build chain with a workflow_dispatch either for a release build or development branch build, they can choose the values for if jacoco is enabled (should be for main builds) and if signing should be enabled (should be for main or release builds).
  • These inputs were used in the workflow and correctly received the values if triggered by a workflow_dispatch.
  • However, if the build was triggered from a push to main (normal main build) these inputs would be blank so would have a null value if used.
  • I've added duplicate steps where one is used on workflow_dispatch and uses the input values and the other is on push and uses the default values/command.

@jadecarino jadecarino requested a review from eamansour August 13, 2024 14:45
@galasa-team
Copy link

Build successful

@galasa-team
Copy link

Build successful

@jadecarino jadecarino merged commit 9a5affa into main Aug 13, 2024
4 checks passed
@jadecarino jadecarino deleted the iss1958 branch August 13, 2024 20:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants