Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use paths and paths-ignore to limit number of CI trigger conditions #197

Open
MMMalik opened this issue Apr 19, 2021 · 0 comments
Open

Use paths and paths-ignore to limit number of CI trigger conditions #197

MMMalik opened this issue Apr 19, 2021 · 0 comments
Labels
status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).
Milestone

Comments

@MMMalik
Copy link
Contributor

MMMalik commented Apr 19, 2021

Are you reporting a feature request or a bug?

Task

Provide detailed reproduction steps (if any)

  1. Push commit / submit PR
  2. 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.

@MMMalik MMMalik added status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc). size:XS labels Apr 19, 2021
@MMMalik MMMalik added this to the 2.0.0 milestone Apr 19, 2021
@f1ames f1ames modified the milestones: 2.0.0, Next Jul 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:confirmed An issue confirmed by the development team. type:task Any other issue (refactoring, typo fix, etc).
Projects
None yet
Development

No branches or pull requests

3 participants