Skip double building on Dependabot branches (#24025)
This commit is contained in:
4
.github/workflows/rebase-needed.yml
vendored
4
.github/workflows/rebase-needed.yml
vendored
@ -2,7 +2,11 @@ name: PR Needs Rebase
|
||||
|
||||
on:
|
||||
push:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
pull_request_target:
|
||||
branches-ignore:
|
||||
- 'dependabot/**'
|
||||
types: [synchronize]
|
||||
|
||||
permissions:
|
||||
|
Reference in New Issue
Block a user