Skip to content

Commit 11cb2ec

Browse files
committed
Update dry_run input
1 parent 34d29e7 commit 11cb2ec

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.dry_run == false || inputs.dry_run == null) }}
415+
if: ${{ inputs.dry_run || false }}
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)