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

Fix Build workflow to run on push events #134

Merged
merged 5 commits into from
Jan 19, 2024
Merged

Fix Build workflow to run on push events #134

merged 5 commits into from
Jan 19, 2024

Conversation

AlexRuiz7
Copy link
Member

Description

Runs the workflow on push

This PR extends the events that trigger the "Build packages" workflow. If the branch name matches the pattern ci/*.

Any changes related to the building process will include under a branch name that matches that pattern, effectively testing if the incoming changes.

Issues Resolved

Related to #132

Check List

  • New functionality includes testing.
    • All tests pass
  • New functionality has been documented.
    • New functionality has javadoc added
  • Commits are signed per the DCO using --signoff
  • Commit changes are listed out in CHANGELOG.md file (See: Changelog)
  • GitHub issue/PR created in OpenSearch documentation repo for the required public documentation changes (#[Issue/PR number])

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

@AlexRuiz7 AlexRuiz7 requested a review from a team as a code owner January 19, 2024 16:00
@AlexRuiz7 AlexRuiz7 merged commit e9558d5 into 4.9.0 Jan 19, 2024
18 checks passed
@AlexRuiz7 AlexRuiz7 deleted the ci/fix-ci-tests branch January 19, 2024 16:01
AlexRuiz7 added a commit that referenced this pull request Mar 8, 2024
* Run workflow on push

* Set build workflow inputs to required

* Normalize the use of quotes for the build workflow inputs

* Add ternary operator

* Add missing ternary operator
AlexRuiz7 added a commit that referenced this pull request Apr 24, 2024
* Run workflow on push

* Set build workflow inputs to required

* Normalize the use of quotes for the build workflow inputs

* Add ternary operator

* Add missing ternary operator
AlexRuiz7 added a commit that referenced this pull request Jun 28, 2024
* Run workflow on push

* Set build workflow inputs to required

* Normalize the use of quotes for the build workflow inputs

* Add ternary operator

* Add missing ternary operator
AlexRuiz7 added a commit that referenced this pull request Aug 20, 2024
* Run workflow on push

* Set build workflow inputs to required

* Normalize the use of quotes for the build workflow inputs

* Add ternary operator

* Add missing ternary operator
AlexRuiz7 added a commit that referenced this pull request Sep 9, 2024
* Run workflow on push

* Set build workflow inputs to required

* Normalize the use of quotes for the build workflow inputs

* Add ternary operator

* Add missing ternary operator
AlexRuiz7 added a commit that referenced this pull request Sep 9, 2024
* Run workflow on push

* Set build workflow inputs to required

* Normalize the use of quotes for the build workflow inputs

* Add ternary operator

* Add missing ternary operator
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