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

Create an independent release workflow #20

Merged
merged 5 commits into from
Dec 6, 2023
Merged

Conversation

seanvaleo
Copy link
Contributor

@seanvaleo seanvaleo commented Nov 28, 2023

  • Create a release workflow that is independent of the other workflows. It should run whenever a new tag is created (usually in the github UI).
  • Ensure build/test only runs once on a PR (before this it was running twice for each PR)
  • Move integration tests out of the regular build/test workflow. They can be run manually (usually using the github UI). The advantages of this are:
    • Prevent integration test failures from blocking development/release (usually the failures are related to the CI environment)
    • No more waiting on integration tests for changes not related to code
    • No waiting for integration tests to run twice (on PR and then on master) which slows down the release process

@seanvaleo seanvaleo merged commit 3bbe96d into master Dec 6, 2023
2 checks 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