We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0de78f6 commit 8de73b9Copy full SHA for 8de73b9
.github/workflows/ci.yml
@@ -315,7 +315,7 @@ jobs:
315
name: Package and Publish Helm Chart
316
runs-on: ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
317
needs: [vars, helm-tests]
318
- if: ${{ inputs.is_production_release || (github.event_name == 'push' && ! startsWith(github.ref, 'refs/heads/release-')) }}
+ if: ${{ (inputs.is_production_release && (inputs.dry_run == false || inputs.dry_run == null)) || (github.event_name == 'push' && ! startsWith(github.ref, 'refs/heads/release-')) }}
319
permissions:
320
contents: read
321
packages: write # for helm to push to GHCR
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments