ci: disable dependabot cron on starship forks (#2993)
This commit is contained in:
parent
919606c466
commit
2865f135f0
|
@ -4,6 +4,7 @@ on:
|
||||||
- cron: "0 * * * *"
|
- cron: "0 * * * *"
|
||||||
jobs:
|
jobs:
|
||||||
auto_merge:
|
auto_merge:
|
||||||
|
if: (github.event_name == 'schedule' && github.repository == 'starship/starship') || (github.event_name != 'schedule')
|
||||||
name: Auto-merge Dependabot PRs
|
name: Auto-merge Dependabot PRs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Reference in New Issue