Skip to content
  • Thong Kuah's avatar
    Use except:variables to fix multiple variable jobs · 1e367810
    Thong Kuah authored
    As `only:variables` has the effect of being satisfied by any one of
    variable expression - this will create a situation where e.g. the dast
    job will be active even if there's no cluster.
    
    So use `except:variables which requires each and every variable
    expression to be satisfied.
    1e367810