WiserSolutions/quadro

Allow restricting environmentss the initializers run in

igorshapiro opened this issue · 2 comments

Here's a possible solution. In test/quadro.yml:

initializers:
  # Shorthand
  jobs: false
  # Or
  jobs:
    run: false

@tomeresk WDYT?

Resolved in commit e8317ca