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

chore: update CI trigger paths #7550

Merged
merged 3 commits into from
Jun 2, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/build-perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- packages/**
- website/**
- '!website/docs/**'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/tests-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,18 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json
pull_request:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json
- .github/workflows/tests-e2e.yml
Copy link
Collaborator Author

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

Copy link
Collaborator

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.

Copy link
Collaborator Author

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 🤪

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
paths:
- package.json
- yarn.lock
- jest.config.mjs
- packages/**
- tsconfig.json

Expand Down