Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: javan/whenever
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.1
Choose a base ref
...
head repository: javan/whenever
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 4 commits
  • 3 files changed
  • 2 contributors

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

Commits on Dec 19, 2025

  1. Configuration menu
    Copy the full SHA
    81873cc View commit details
    Browse the repository at this point in the history
  2. Merge pull request #871 from javan/ci-macos-15-intel

    CI: Use macos-15-intel instead of macos-13 for Ruby 2.4 and 2.5
    taketo1113 authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    7c43bb7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #822 from combinaut/override-global-option-with-gr…

    …oup-option
    
    Override global option with group option
    taketo1113 authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    bd77e98 View commit details
    Browse the repository at this point in the history
Loading