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 2ffc89c commit 34d29e7Copy full SHA for 34d29e7
.github/workflows/ci.yml
@@ -412,7 +412,7 @@ jobs:
412
openshift-certification:
413
name: OpenShift Certification
414
needs: [build-oss, build-plus, build-operator]
415
- if: ${{ inputs.is_production_release && (inputs.dry_run == false || inputs.dry_run == null) }}
+ if: ${{ inputs.dry_run == false || inputs.dry_run == null) }}
416
uses: ./.github/workflows/openshift-certification.yml
417
with:
418
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' }}
0 commit comments