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

Remove branches from GitHub Actions workflow #10

Merged
merged 1 commit into from
Aug 26, 2024
Merged

Conversation

jmborr
Copy link
Member

@jmborr jmborr commented Aug 26, 2024

The GitHub Actions workflow is now triggered only for the 'next' branch, and no longer runs for 'qa' and 'main' branches. This change simplifies the workflow's trigger conditions, focusing testing efforts on 'next'.

Description of the changes

Check all that apply:

  • added release notes (if not, provide an explanation in the work description)
  • updated documentation
  • Source added/refactored
  • Added unit tests
  • Added integration tests

References:

  • Links to IBM EWM items:
  • Links to related issues or pull requests:

Manual test for the reviewer

Check list for the reviewer

  • release notes updated, or an explanation is provided as to why release notes are unnecessary
  • best software practices
    • clearly named variables (better to be verbose in variable names)
    • code comments explaining the intent of code blocks
  • All the tests are passing
  • The documentation is up to date
  • code comments added when explaining intent

The GitHub Actions workflow is now triggered only for the 'next' branch, and no longer runs for 'qa' and 'main' branches. This change simplifies the workflow's trigger conditions, focusing testing efforts on 'next'.

Signed-off-by: Jose Borreguero <borreguero@gmail.com>
@jmborr jmborr merged commit 718d05b into next Aug 26, 2024
1 check passed
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