From 40983efe2bbb08b046560c318bf588f1cdc6d029 Mon Sep 17 00:00:00 2001 From: Youngjin Jo Date: Thu, 12 Oct 2023 18:32:33 +0900 Subject: [PATCH] update: github action yaml For checking Jobs in GitHub Actions, remove four microservices. --- .github/workflows/release_make_helm_charts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_make_helm_charts.yml b/.github/workflows/release_make_helm_charts.yml index b6b4810..78cc6de 100644 --- a/.github/workflows/release_make_helm_charts.yml +++ b/.github/workflows/release_make_helm_charts.yml @@ -7,7 +7,7 @@ jobs: fail-fast: false max-parallel: 1 matrix: - target: ['console', 'console-api', 'identity', 'secret', 'repository', 'plugin', 'config', 'inventory', 'monitoring', 'statistics', 'billing', 'cost-analysis', 'notification', 'power-scheduler', 'cost-saving', 'spot-automation', 'supervisor'] + target: [ 'console', 'console-api', 'identity', 'secret', 'repository', 'plugin', 'config', 'inventory', 'monitoring', 'statistics', 'cost-analysis', 'notification', 'supervisor' ] runs-on: ubuntu-latest continue-on-error: true env: @@ -26,7 +26,7 @@ jobs: time: '1m' notify_to_slack: if: github.repository_owner == 'cloudforet-io' - needs: [dispatch_make_helm_chart] + needs: [ dispatch_make_helm_chart ] runs-on: ubuntu-latest steps: - name: Slack