From eb694459d5c1678a7917829ff080f98c9d6ae9e9 Mon Sep 17 00:00:00 2001 From: Martin Fleischmann Date: Wed, 3 Jan 2024 10:32:30 +0100 Subject: [PATCH] CI: try fixing issue from pytest --- .github/workflows/tests.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0db5098b..f1f6e4eb 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -57,9 +57,9 @@ jobs: - name: Generate and publish the report if: | failure() - && steps.status.outcome == 'failure' - && github.event_name == 'schedule' - && github.repository_owner == 'pysal' + && github.event_name != 'pull_request' + && github.repository == 'pysal/momepy' + && steps.run_tests.outcome == 'failure' uses: xarray-contrib/issue-from-pytest-log@v1 with: log-path: pytest-log.jsonl