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

Commits:

1 changed file:

Changes:

  • .gitlab-ci.yml
    ... ... @@ -383,7 +383,7 @@ markdown-link-check:
    383 383
       # pipeline as having failed.
    
    384 384
       rules:
    
    385 385
         #- if: $CI_PIPELINE_SOURCE == "schedule"
    
    386
    -      allow_failure: true
    
    386
    +    #  allow_failure: true
    
    387 387
         - if: $CI_PIPELINE_SOURCE == "merge_request_event"
    
    388 388
           when: manual
    
    389 389
           allow_failure: true