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

Optionally further reduce CI costs #20

Open
emmeowzing opened this issue Nov 19, 2022 · 1 comment
Open

Optionally further reduce CI costs #20

emmeowzing opened this issue Nov 19, 2022 · 1 comment
Assignees

Comments

@emmeowzing
Copy link
Owner

emmeowzing commented Nov 19, 2022

Orb version

3.4.0

What happened

A pipeline ran again on my development branch when it shouldn't have; the former run was sufficient. There were no changes for the workflow against the prior commit.

Expected behavior

I don't think workflows should run again on a development branch if they ran on the last commit. We should assume they've been compartmentalized (?) enough that they do not need to run again. We should allow users to configure whether they want workflows to run if there have been changes compared to the last commit, not just against the master branch?

Additional Information

In the below pipeline example, no changes were made at all under /docker/*, yet it rebuilt the containers (as expected) because this branch of course has changes under /docker/ comparing to master, or the default branch.

Screenshot from 2022-11-19 13-17-16

@emmeowzing emmeowzing added the bug An issue with the system 🐛. label Nov 19, 2022
@emmeowzing emmeowzing added Improvement and removed bug An issue with the system 🐛. labels Mar 18, 2023
@emmeowzing emmeowzing self-assigned this Mar 21, 2023
@emmeowzing
Copy link
Owner Author

Think I'd add a flag and make this optional functionality.

@emmeowzing emmeowzing changed the title Further reduce CI costs Optionally further reduce CI costs Mar 21, 2023
@settings settings bot removed the Improvement label Jul 1, 2023
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

No branches or pull requests

1 participant