Skip to content

Commit 36b1430

Browse files
committed
Test: Run openshift certification on PRs
1 parent c49f43c commit 36b1430

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
@@ -414,7 +414,7 @@ jobs:
414414
fail-fast: false
415415
matrix:
416416
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) }}
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) }}
418418
uses: ./.github/workflows/openshift-certification.yml
419419
with:
420420
image: ${{ matrix.image }}

0 commit comments

Comments
 (0)