-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
ci: Ensure get-changed-files-with-git-diff scripts does not run on the master branch #26992
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26992 +/- ##
===========================================
- Coverage 70.13% 70.13% -0.00%
===========================================
Files 1425 1425
Lines 49669 49668 -1
Branches 13895 13895
===========================================
- Hits 34833 34832 -1
Misses 14836 14836 ☔ View full report in Codecov by Sentry. |
Builds ready [65a9de4]
Page Load Metrics (1724 ± 69 ms)
Bundle size diffs
|
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.
LGTM
Missing release label release-12.2.2 on PR. Adding release label release-12.2.2 on PR and removing other release labels(release-12.6.0), as PR was cherry-picked in branch 12.2.2. |
Description
For some reason,
process.env.CIRCLE_PULL_REQUEST
is defined when running thegit-diff-develop.ts
script on the master branch. This causes that script to fail, which in turn prevents the build from passing. This PR ensures that script does not run on the master branch.Related issues
Fixes:
Manual testing steps
Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist