From 4edc09dfc034fa964422867a9ac7408931242043 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Thu, 11 Aug 2022 11:21:48 +0530 Subject: [PATCH] =?UTF-8?q?build:=20add=20`ct`=20workflow=20in=20The=20Pip?= =?UTF-8?q?eline=20=F0=9F=95=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> --- .github/workflows/pipeline.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index fe6bc57..f86db21 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -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: