From bac781ee1bf80c2f3603d56f487cf9ad5ee3b0b4 Mon Sep 17 00:00:00 2001 From: ed382 <174873053+ed382@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:58:29 +0200 Subject: [PATCH] fix: ignore argocd source files (#219) --- .github/workflows/chart-release.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/chart-release.yaml b/.github/workflows/chart-release.yaml index 313d99822..2b02be9a7 100644 --- a/.github/workflows/chart-release.yaml +++ b/.github/workflows/chart-release.yaml @@ -8,6 +8,8 @@ on: push: branches: - main + paths-ignore: + - "**/.argocd-source-*" jobs: release-helm-charts: @@ -117,4 +119,4 @@ jobs: charts_dir: charts env: CR_TOKEN: ${{ secrets.GITHUB_TOKEN }} - CR_SKIP_EXISTING: true \ No newline at end of file + CR_SKIP_EXISTING: true