-
Notifications
You must be signed in to change notification settings - Fork 30
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
CI launched even if not PR #112
Comments
Ok I see, this in on line 3 of |
I don't think disabling CI on push in genral is the way to go. We want the CI to check our main branches (if only just for the badges in the README to work), and I use CI for my development branches. I see three ways to go:
Opinions? @fakusb @mrhaandi @dominik-kirst do you use the CI on your development branches? (I do!) Do you have preferences between the options? |
Instead of |
Since the introduction of |
That's not possible, we need the CI on arbitrary commits for the We could add a rule that CI is not used if neither the branch is |
I also use the CI on development branches, this is especially helpful when working with collaborators. I'm fine with the options mentioned, obviously |
Alternative: We disable CI if the branch name contains |
I agree that CI for commits on the main branches of the main repo are mandatory! However, is it possible to distinguish forks from the main repo in the CI process? Otherwise I am happy to comply with the most suited default behaviour of the CPU burners that surround me ;-) So the existence of the But may be it could be documented? Indeed, I only noticed a CI was running on my fork because it failed I got an e-mail message. However, it was a partial commit that I expected to fail. |
Not sure? Would it imply that CI will not run when the branch is converted PR ? |
Logic is hard :) I'm trying again: We disable CI on |
Hi @yforster,
I am not sure if this is a bug but in the current configuration under my fork of
coq-8.12
, theCI
is launched after every push, even if the current branch is not a pull request. I do not think it is needed to burn CPU cycles on devel branches which might be in alpha stage? Is this the behaviour you intended? Can you change this behaviour?The text was updated successfully, but these errors were encountered: