There was an error while loading. Please reload this page.
1 parent 6134b61 commit 1f67583Copy full SHA for 1f67583
1 file changed
.github/workflows/nightly.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: report failures
84
if: |
85
failure()
86
- && steps.tests.outcome == 'failure'
+ && steps.status.outcome == 'failure'
87
&& github.event_name == 'schedule'
88
uses: scientific-python/issue-from-pytest-log@v1
89
with:
0 commit comments