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: update release workflow for scheduled event #189

Merged

Conversation

diogomatsubara
Copy link
Contributor

During scheduled events, inputs are null, so we need to set this logic with contains() so we can:

  • default to maven_publish=true, when workflow_dispatch is called
  • allow maven_publish=true, when workflow_dispatch is called
  • default to maven_publish=true, when running on a schedule

Should fix https://github.com/eclipse-zenoh/zenoh-java/actions/runs/13125305726

During scheduled events, inputs are null, so we need to set this logic
with contains() so we can:
- default to maven_publish=true, when workflow_dispatch is called
- allow maven_publish=true, when workflow_dispatch is called
- default to maven_publish=true, when running on a schedule
Copy link

github-actions bot commented Feb 4, 2025

PR missing one of the required labels: {'internal', 'breaking-change', 'documentation', 'dependencies', 'enhancement', 'bug', 'new feature'}

@diogomatsubara diogomatsubara added the internal Changes not included in the changelog label Feb 4, 2025
@Mallets Mallets merged commit 53816a8 into eclipse-zenoh:main Feb 4, 2025
8 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
internal Changes not included in the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants