From 450ef7dcea14124ffdac40298852c51dae02a6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20B=C5=82aszczyk?= Date: Tue, 11 Jun 2024 16:10:35 +0200 Subject: [PATCH] chore: don't include ory-commons in ci --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 53ef45a15..5bf15dbd7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -87,7 +87,7 @@ jobs: if [[ "$FORCE_FULL_RUN" == "true" ]]; then echo "Forcing tests to be running on every charts as CI running in release context" # shellcheck disable=SC2012 - updated_charts=$(ls ${{ github.workspace }}/helm/charts/ | tr -d " " | jq --raw-input --slurp 'split("\n") | map(select(. != ""))') + updated_charts=$(ls ${{ github.workspace }}/helm/charts/ -I "ory-commons" | tr -d " " | jq --raw-input --slurp 'split("\n") | map(select(. != ""))') fi if [[ "$updated_charts" == "[]" ]]; then