mirror of
https://github.com/Llewellynvdm/starship.git
synced 2025-04-07 01:31:50 +00:00
ci: disable dependabot cron on starship forks (#2993)
This commit is contained in:
parent
919606c466
commit
2865f135f0
1
.github/workflows/merge-dependabot.yml
vendored
1
.github/workflows/merge-dependabot.yml
vendored
@ -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…
x
Reference in New Issue
Block a user