-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
status:confirmedAn issue confirmed by the development team.An issue confirmed by the development team.type:taskAny other issue (refactoring, typo fix, etc).Any other issue (refactoring, typo fix, etc).
Milestone
Description
Are you reporting a feature request or a bug?
Task
Provide detailed reproduction steps (if any)
- Push commit / submit PR
- Observe that CI pipeline is triggered on changes to any file
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 if paths and paths-ignore feature can be used to auto-detect relevant changes.
Metadata
Metadata
Assignees
Labels
status:confirmedAn issue confirmed by the development team.An issue confirmed by the development team.type:taskAny other issue (refactoring, typo fix, etc).Any other issue (refactoring, typo fix, etc).