Raymond Toy pushed to branch issue-476-disable-ci-scheduled-analyzer-link-checker at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -136,7 +136,7 @@ linux:install:
    136 136
         #- if: $CI_PIPELINE_SOURCE == "schedule"
    
    137 137
         - if: $CI_PIPELINE_SOURCE == "push"
    
    138 138
         - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    
    139
    -    - if: $CI_PIPELINE_SOURCE == "branch"
    
    139
    +    #- if: $CI_PIPELINE_SOURCE == "branch"
    
    140 140
         - if: $CI_PIPELINE_SOURCE == "web"
    
    141 141
     
    
    142 142
     linux:build: