Skip to content

Commit 34d29e7

Browse files
committed
Ensure Openshift ceritfication runs outside of prod release
1 parent 2ffc89c commit 34d29e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ jobs:
412412
openshift-certification:
413413
name: OpenShift Certification
414414
needs: [build-oss, build-plus, build-operator]
415-
if: ${{ inputs.is_production_release && (inputs.dry_run == false || inputs.dry_run == null) }}
415+
if: ${{ inputs.dry_run == false || inputs.dry_run == null) }}
416416
uses: ./.github/workflows/openshift-certification.yml
417417
with:
418418
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

Comments
 (0)