Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
Back to tool/Back to issues
#41622·core

Conditional running of CI workflow jobs

Author: phil-davisCreated Jun 15, 2026Updated Jul 28, 2026

When documentation-only changes are made to a PR, we currently let all the workflow jobs run. That uses a lot of resources.

Consider implementing conditional execution of workflows depending on what files changed in a commit. For example, if the only changes are in the changelog folders, then do not bother running unit and acceptance tests, just run the various commit format, PR title etc lint checks.

Possible GitHub action to do this:

https://github.com/dorny/paths-filter

Source: owncloud/core

View original on GitHubView discussion on GitHub