diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index d7c4d41cfb..1290e8e7de 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -92,7 +92,7 @@ jobs: arm64-integration-tests: uses: ./.github/workflows/integration-tests-vm-type.yml if: | - github.event_name != 'pull_request' || + github.event_name != 'pull_request' || inputs.is-konflux || contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds') strategy: # ensure that if one part of the matrix fails, the @@ -117,7 +117,7 @@ jobs: s390x-integration-tests: uses: ./.github/workflows/integration-tests-vm-type.yml if: | - github.event_name != 'pull_request' || + github.event_name != 'pull_request' || inputs.is-konflux || contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds') with: vm_type: rhel-s390x @@ -131,7 +131,7 @@ jobs: ppc64le-integration-tests: uses: ./.github/workflows/integration-tests-vm-type.yml if: | - github.event_name != 'pull_request' || + github.event_name != 'pull_request' || inputs.is-konflux || contains(github.event.pull_request.labels.*.name, 'run-multiarch-builds') with: vm_type: rhel-ppc64le