Skip to content

Commit

Permalink
Merge branch 'master' into scroll-restoration
Browse files Browse the repository at this point in the history
  • Loading branch information
lauri865 authored Jan 15, 2025
2 parents 24f3f6e + 53f8cd4 commit 56cb29d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/create-cherry-pick-pr.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
name: Create cherry-pick PR
on:
pull_request_target:
branches:
- 'next'
- 'v*.x'
- 'master'
types: ['closed']
branches: [master, next, 'v[0-9]+.x']
types: [closed]

permissions: {}

Expand Down
1 change: 1 addition & 0 deletions test/regressions/index.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const timeSensitiveSuites = [
'DensitySelectorGrid',
'DataGridOverlays',
'PopularFeaturesDemo',
'ServerSideRowGroupingGroupExpansion',
];

const isConsoleWarningIgnored = (msg?: string) => {
Expand Down

0 comments on commit 56cb29d

Please sign in to comment.