From a660dae27875f51b7e8e03c4442f15ba11a08720 Mon Sep 17 00:00:00 2001 From: "dave.ma" Date: Thu, 25 Apr 2024 19:19:09 +0800 Subject: [PATCH] update --- .github/workflows/hello-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/hello-prod.yml b/.github/workflows/hello-prod.yml index cee83f6..40a138c 100644 --- a/.github/workflows/hello-prod.yml +++ b/.github/workflows/hello-prod.yml @@ -36,7 +36,7 @@ jobs: Deploy_Prod: runs-on: ubuntu-latest - needs: [ GetSHA, admin_approval_job ] + needs: GetSHA if: ${{ github.ref_type == 'tag' }}