Skip to content

Commit

Permalink
Merge pull request #6 from yjinjo/master
Browse files Browse the repository at this point in the history
update: github action yaml
  • Loading branch information
whdalsrnt authored Oct 12, 2023
2 parents 1632564 + 40983ef commit 579999e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_make_helm_charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 579999e

Please sign in to comment.