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 c49f43c commit 36b1430Copy full SHA for 36b1430
.github/workflows/ci.yml
@@ -414,7 +414,7 @@ jobs:
414
fail-fast: false
415
matrix:
416
image: [ngf, nginx, operator]
417
- 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) }}
418
uses: ./.github/workflows/openshift-certification.yml
419
with:
420
image: ${{ matrix.image }}
0 commit comments