Use paths
and paths-ignore
to limit number of CI trigger conditions
#197
Labels
status:confirmed
An issue confirmed by the development team.
type:task
Any other issue (refactoring, typo fix, etc).
Milestone
Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
Expected result
Tests should be triggered only for changes made to files that have impact on production build.
Actual result
CI jobs are triggered on changes to any file.
Possible solution
This behavior can be bypassed by adding keywords such as
[skip-ci]
to commit messages. As an alternative, investigate ifpaths
andpaths-ignore
feature can be used to auto-detect relevant changes.The text was updated successfully, but these errors were encountered: