Skip to content

Commit 9691208

Browse files
committed
tmp remove if check for certification job
1 parent 7597193 commit 9691208

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: ${{ github.event_name == 'pull_request' && github.event_pull_request.base.ref == 'main' || (github.event_name == 'push' && github.ref == 'refs/heads/main') || (inputs.is_production_release == true) }}
415+
# if: ${{ github.event_name == 'pull_request' && github.event_pull_request.base.ref == 'main' || (github.event_name == 'push' && github.ref == 'refs/heads/main') || (inputs.is_production_release == true) }}
416416
uses: ./.github/workflows/openshift-certification.yml
417417
with:
418418
runner: ubuntu-24.04

0 commit comments

Comments
 (0)