Skip double building on Dependabot branches (#24025)

pull/24026/head
Nick Schonning 2023-03-08 01:12:57 -05:00 committed by GitHub
parent e594bb7d50
commit fb13f37475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -2,7 +2,11 @@ name: PR Needs Rebase
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request_target:
branches-ignore:
- 'dependabot/**'
types: [synchronize]
permissions:

View File

@ -2,6 +2,8 @@ name: Ruby Testing
on:
push:
branches-ignore:
- 'dependabot/**'
pull_request:
env: