From da0bde268901d605e2967178f3afa3eddf0a0975 Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Thu, 5 Feb 2026 00:58:24 +0100 Subject: [PATCH] correct the id of the nightly tests step [skip-ci][skip-rtd] --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index cecf4963..5daa0c6b 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -83,7 +83,7 @@ jobs: - name: report failures if: | failure() - && steps.tests.outcome == 'failure' + && steps.status.outcome == 'failure' && github.event_name == 'schedule' uses: scientific-python/issue-from-pytest-log@v1 with: