ci: disable dependabot cron on starship forks (#2993)

This commit is contained in:
Chris Rose 2021-08-17 05:46:17 -07:00 committed by GitHub
parent 919606c466
commit 2865f135f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ on:
- cron: "0 * * * *"
jobs:
auto_merge:
if: (github.event_name == 'schedule' && github.repository == 'starship/starship') || (github.event_name != 'schedule')
name: Auto-merge Dependabot PRs
runs-on: ubuntu-latest
steps: