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

Override global option with group option #822

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Dec 21, 2021

  1. Override global option with group option

    Local options override globally set options, but options set on the `every` group do not.
    
    It makes sense for the options defined closer to the actual job to override those set further away, so we change the merge order of options to allow options passed to `every` to override those set globally with `set`. We still allow local options set on each job to override those set on the group.
    njakobsen committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    6e62bb9 View commit details
    Browse the repository at this point in the history