one more tweak

This commit is contained in:
Kjeld Schouten
2024-10-17 18:44:05 +02:00
parent ff79d9261e
commit f26a26d703
+1 -1
View File
@@ -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: