build: add ct workflow in The Pipeline 🕺
Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
parent
9e4187c44d
commit
4edc09dfc0
1 changed files with 6 additions and 0 deletions
6
.github/workflows/pipeline.yml
vendored
6
.github/workflows/pipeline.yml
vendored
|
|
@ -29,11 +29,17 @@ jobs:
|
|||
- ci
|
||||
if: ${{ github.event_name == 'pull_request' && github.event.pull_request.user.login == 'dependabot[bot]' }}
|
||||
uses: maptiler/tileserver-gl/.github/workflows/automerger.yml@master
|
||||
ct:
|
||||
name: 'CT'
|
||||
needs:
|
||||
- extract-branch
|
||||
uses: maptiler/tileserver-gl/.github/workflows/ct.yml@master
|
||||
builder:
|
||||
name: 'Build & Publish Docker Image(s)'
|
||||
needs:
|
||||
- extract-branch
|
||||
- ci
|
||||
- ct
|
||||
if: ${{ github.event_name == 'push' }}
|
||||
uses: maptiler/tileserver-gl/.github/workflows/builder.yml@master
|
||||
with:
|
||||
|
|
|
|||
Loading…
Reference in a new issue