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 c132f47 commit 7597193Copy full SHA for 7597193
.github/workflows/ci.yml
@@ -412,12 +412,7 @@ jobs:
412
openshift-certification:
413
name: OpenShift Certification
414
needs: [build-oss, build-plus, build-operator]
415
- if: >
416
- ${{ github.event_name == 'pull_request'
417
- && github.event.pull_request.base.ref == 'main'
418
- || (github.event_name == 'push' && github.ref == 'refs/heads/main')
419
- || (inputs.is_production_release == true)
420
- }}
+ 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) }}
421
uses: ./.github/workflows/openshift-certification.yml
422
with:
423
runner: ubuntu-24.04
0 commit comments