From fcfc2a24dac28d13eb92ddae9cec240ab7891a94 Mon Sep 17 00:00:00 2001 From: james Hart Date: Tue, 15 Oct 2024 12:12:19 +0100 Subject: [PATCH] change pipeline name --- .github/workflows/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 793eac0..bee5d2b 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -1,4 +1,4 @@ -name: Pipeline +name: Pipeline [Test - Build - Deploy] on: push: @@ -83,7 +83,6 @@ jobs: app_version: ${{ needs.create_app_version.outputs.version }} dev-approval-gate: needs: - - kotlin_validate - build - helm_lint environment: dev