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

Split GHA scripts in commit-wise and release-wise #5

Open
FrancescAlted opened this issue May 5, 2021 · 0 comments
Open

Split GHA scripts in commit-wise and release-wise #5

FrancescAlted opened this issue May 5, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@FrancescAlted
Copy link
Member

Right now, there is only one GHA script, but it would be better to have two:

  1. One that triggers on regular commits (will run tests, flake8...)

  2. One that triggers when doing a tag (release), or that can be run manually (i.e. right before doing a release, as a previous check). This will check packaging (both sources and wheels) and will test them.

This will make regular commits run faster on GHA, saving precious energy :-)

@FrancescAlted FrancescAlted added the enhancement New feature or request label May 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants