diff --git a/.github/workflows/charts-release.yaml b/.github/workflows/charts-release.yaml index de78195461f..f8eb367a6a3 100644 --- a/.github/workflows/charts-release.yaml +++ b/.github/workflows/charts-release.yaml @@ -27,7 +27,7 @@ jobs: release-helm: permissions: pull-requests: write - name: "${{ github.ref == 'refs/heads/master' && '(Production)' || '(Preview)' }} Charts/Website: Build-and-Release" + name: "${{ github.ref == 'refs/heads/master' && '(Production)' || '(Preview)' }}" runs-on: actions-runner-large if: github.event_name != 'pull_request' || !contains(github.event.pull_request.title, 'by renovate') || ( contains(github.event.pull_request.title, 'website') ) steps: