@@ -352,7 +352,7 @@ jobs:
352352 build-os : ${{ matrix.build-os }}
353353 tag : ${{ inputs.release_version || '' }}
354354 dry_run : ${{ inputs.dry_run || false}}
355- runner : ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
355+ runner : ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (( github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
356356 permissions :
357357 contents : read # for docker/build-push-action to read repo content
358358 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
@@ -374,7 +374,7 @@ jobs:
374374 build-os : ${{ matrix.build-os }}
375375 tag : ${{ inputs.release_version || '' }}
376376 dry_run : ${{ inputs.dry_run || false }}
377- runner : ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
377+ runner : ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (( github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
378378 permissions :
379379 contents : read # for docker/build-push-action to read repo content
380380 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
@@ -391,7 +391,7 @@ jobs:
391391 platforms : " linux/arm64, linux/amd64"
392392 tag : ${{ inputs.operator_version || '' }}
393393 dry_run : ${{ inputs.dry_run || false }}
394- runner : ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (github.event_name == 'push' && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
394+ runner : ${{ github.repository_owner == 'nginx' && (inputs.is_production_release || (( github.event_name == 'push' || github.event_name == 'schedule') && github.ref == 'refs/heads/main')) && 'ubuntu-24.04-amd64' || 'ubuntu-24.04' }}
395395 permissions :
396396 contents : read # for docker/build-push-action to read repo content
397397 security-events : write # for github/codeql-action/upload-sarif to upload SARIF results
0 commit comments