From 176e2c96d6b70be7419f760a2c4ed58ed0dfeba8 Mon Sep 17 00:00:00 2001 From: Ween Jiann Date: Thu, 25 Mar 2021 11:18:23 +0800 Subject: [PATCH] Fixed entrypoint chown statement (#304) * Fix entrypoint * Rescope chart actions --- .github/workflows/charts.yaml | 5 ++++- entrypoint.sh | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/charts.yaml b/.github/workflows/charts.yaml index 942a081..f1b3a8b 100644 --- a/.github/workflows/charts.yaml +++ b/.github/workflows/charts.yaml @@ -1,6 +1,9 @@ name: Lint and Test Charts -on: pull_request +on: + pull_request: + paths: + - "charts/**" jobs: lint-chart: diff --git a/entrypoint.sh b/entrypoint.sh index 75ce433..00fb316 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -83,7 +83,7 @@ fi rm -rf "$BAK_PUBLIC_PATH" # Set permission for web server to create/update files (only