Skip to content

Commit 1f67583

Browse files
authored
use the correct name of the tests step (#369)
correct the id of the nightly tests step [skip-ci][skip-rtd]
1 parent 6134b61 commit 1f67583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: report failures
8484
if: |
8585
failure()
86-
&& steps.tests.outcome == 'failure'
86+
&& steps.status.outcome == 'failure'
8787
&& github.event_name == 'schedule'
8888
uses: scientific-python/issue-from-pytest-log@v1
8989
with:

0 commit comments

Comments
 (0)