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 7597193 commit 9691208Copy full SHA for 9691208
.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: ${{ 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) }}
+ # 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) }}
416
uses: ./.github/workflows/openshift-certification.yml
417
with:
418
runner: ubuntu-24.04
0 commit comments