View entire changelog

Config compilation change: Don't process workflows that won't be run

Sep 17, 2024

Maintenance

Previously, when processing a configuration file, CircleCI would process all workflows defined in the workflow. Upon completion of processing, errors such as missing or undefined parameters would be included in feedback.

CircleCI will no longer process workflows defined in a configuration file that aren’t going to be run. This means errors that might exist within that workflow will also not be caught and reported back to the user.

During development or troubleshooting, users should ensure a workflow has run, and it’s free of any errors. This can be done by making sure any conditionals like when: <complex condition> are replaced with when: true.

>Previous changes

Sep 13, 2024

Sep 13, 2024

Server release 4.3.10    

Sep 12, 2024