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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -133,7 +133,7 @@ linux:install:
    133 133
       # schedule because this is a prerequisite of the analyzer build.  A
    
    134 134
       # regular push or merge request does the normal stuff.
    
    135 135
       rules:
    
    136
    -    - if: $CI_PIPELINE_SOURCE == "schedule"
    
    136
    +    #- if: $CI_PIPELINE_SOURCE == "schedule"
    
    137 137
         - if: $CI_PIPELINE_SOURCE == "push"
    
    138 138
         - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    
    139 139
         - if: $CI_PIPELINE_SOURCE == "branch"
    
    ... ... @@ -154,7 +154,7 @@ linux:build:
    154 154
       # schedule because this is a prerequisite of the analyzer build.  A
    
    155 155
       # regular push or merge request does the normal stuff.
    
    156 156
       rules:
    
    157
    -    - if: $CI_PIPELINE_SOURCE == "schedule"
    
    157
    +    #- if: $CI_PIPELINE_SOURCE == "schedule"
    
    158 158
         - if: $CI_PIPELINE_SOURCE == "push"
    
    159 159
         - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    
    160 160
         - if: $CI_PIPELINE_SOURCE == "web"