We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7bf0b commit 2423ec3Copy full SHA for 2423ec3
1 file changed
.github/workflows/upstream-dev-ci.yaml
@@ -85,6 +85,8 @@ jobs:
85
if: |
86
failure()
87
&& steps.status.outcome == 'failure'
88
+ && github.event_name == 'schedule'
89
+ && github.repository_owner == 'mpytools'
90
uses: scientific-python/issue-from-pytest-log@v1
91
with:
92
log-path: output-${{ matrix.python-version }}-log.jsonl
0 commit comments