build: add ct workflow in The Pipeline 🕺

Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com>
This commit is contained in:
Vinayak Kulkarni 2022-08-11 11:21:48 +05:30
parent 9e4187c44d
commit 4edc09dfc0
No known key found for this signature in database
GPG key ID: 0FE8ABF8260A1552

View file

@ -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: