fix: correct workflow file for automerger
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
32eaa1db15
commit
ab78ce2a3f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pipeline.yml
vendored
2
.github/workflows/pipeline.yml
vendored
|
|
@ -40,4 +40,4 @@ jobs:
|
|||
- extract-branch
|
||||
if: >
|
||||
github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]'
|
||||
uses: maptiler/tileserver-gl/.github/workflows/ct.yml@master
|
||||
uses: maptiler/tileserver-gl/.github/workflows/automerger.yml@master
|
||||
|
|
|
|||
Loading…
Reference in a new issue