From 896438fb82ccdf4f2899ae20a7d36720ef4bf5bf Mon Sep 17 00:00:00 2001 From: o-ga09 Date: Thu, 9 Apr 2026 23:15:35 +0900 Subject: [PATCH] chore: fix ci --- .github/workflows/ci-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)