-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
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
chore: update CI trigger paths #7550
Conversation
- packages/** | ||
- tsconfig.json | ||
pull_request: | ||
branches: | ||
- main | ||
paths: | ||
- package.json | ||
- yarn.lock | ||
- jest.config.mjs | ||
- packages/** | ||
- tsconfig.json | ||
- .github/workflows/tests-e2e.yml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Josh-Cena is this one really needed? Afaik this is the default behavior
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah... really? We can remove it then. I just added it last time when I modified E2E tests to be sure it gets triggered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah... you might be right as removing the line did not trigger the e2e CI 🤪
✅ [V2]
To edit notification comments on pull requests, go to your Netlify site settings. |
⚡️ Lighthouse report for the deploy preview of this PR
|
CI not triggering when it should
See also #7549 (comment)