diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 2fa45ac..e2ee922 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -73,7 +73,7 @@ jobs: needs.build-and-push.result != 'failure' && ( github.event_name == 'pull_request' || - tartsWith(github.ref, 'refs/tags/v') || + startsWith(github.ref, 'refs/tags/v') || github.event_name == 'workflow_dispatch' ) runs-on: ubuntu-latest @@ -158,7 +158,7 @@ jobs: run: terraform apply -auto-approve -input=false # --------------------------------------------------------------- - # K8s向け(ArgoCD)マニフェスト更新(PRは除外) + # k8s向け(ArgoCD)マニフェスト更新(PRは除外) # --------------------------------------------------------------- update-k8s-manifest: name: Update Kubernetes Manifests (ArgoCD)