ci: disable dependabot cron on starship forks (#2993)
This commit is contained in:
parent
919606c466
commit
2865f135f0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue