Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -194,8 +194,9 @@ workflow:
    194 194
     # https://gitlab.com/gitlab-org/gitlab/-/issues/32837). This leads to the
    
    195 195
     # hack in this MR where by default all jobs are `interruptible: True`, but
    
    196 196
     # for pipelines we definitely want to run, there is a dummy job which
    
    197
    -# happens first, which is `interreuptible: False`. This has the effect of
    
    198
    -# dirtying the whole pipeline and
    
    197
    +# happens first, which is `interruptible: False`. This has the effect of
    
    198
    +# dirtying the whole pipeline and preventing another push to master from
    
    199
    +# cancelling it.
    
    199 200
     #
    
    200 201
     # For now, this patch solves the immediate problem of making sure nightly
    
    201 202
     # jobs are not cancelled.