From cf9df6bab5dd2d7a7f714e4558d1a740c20fdd19 Mon Sep 17 00:00:00 2001 From: Roman Bredehoft Date: Thu, 2 May 2024 17:19:47 +0200 Subject: [PATCH] chore: debug CI --- .github/workflows/continuous-integration.yaml | 35 ++++++++++--------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index 6a8cc0516f..bc655413ca 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -701,23 +701,24 @@ jobs: # if 'make pytest' fails - name: PyTest Source Code (regular, weekly) id: pytest - if: | - ( - ( - steps.changed-files-in-pr.outcome == 'success' - && ( - steps.changed-files-in-pr.outputs.src_any_changed == 'true' - || steps.changed-files-in-pr.outputs.tests_utils_any_changed == 'true' - || steps.changed-files-in-pr.outputs.dependencies_any_changed == 'true' - || steps.changed-files-in-pr.outputs.conftest_any_changed == 'true' - || steps.changed-files-in-pr.outputs.makefile_any_changed == 'true' - ) - ) - || fromJSON(env.IS_WORKFLOW_DISPATCH) - || fromJSON(env.IS_WEEKLY) - ) - && steps.conformance.outcome == 'success' - && !cancelled() + # if: | + # ( + # ( + # steps.changed-files-in-pr.outcome == 'success' + # && ( + # steps.changed-files-in-pr.outputs.src_any_changed == 'true' + # || steps.changed-files-in-pr.outputs.tests_utils_any_changed == 'true' + # || steps.changed-files-in-pr.outputs.dependencies_any_changed == 'true' + # || steps.changed-files-in-pr.outputs.conftest_any_changed == 'true' + # || steps.changed-files-in-pr.outputs.makefile_any_changed == 'true' + # ) + # ) + # || fromJSON(env.IS_WORKFLOW_DISPATCH) + # || fromJSON(env.IS_WEEKLY) + # ) + # && steps.conformance.outcome == 'success' + # && !cancelled() + if: false shell: bash +e {0} run: | if [[ "${env.IS_WEEKLY}" == "true" ]]; then