Zubin pushed to branch wip/gitlab-inputs at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -202,6 +202,7 @@ workflow:
    202 202
         - if: '$RELEASE_JOB == "yes"'
    
    203 203
     
    
    204 204
     .full-ci: &full-ci
    
    205
    +  - if: '"$[[ inputs.full_ci ]]" == "yes"'
    
    205 206
       - if: '$CI_MERGE_REQUEST_LABELS =~ /.*full-ci.*/'
    
    206 207
       - if: '$CI_MERGE_REQUEST_LABELS =~ /.*marge_bot_batch_merge_job.*/'
    
    207 208
       - if: '$CI_COMMIT_BRANCH == "master"'