Skip to content

Commit 2423ec3

Browse files
committed
revert conditions
1 parent ea7bf0b commit 2423ec3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/upstream-dev-ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ jobs:
8585
if: |
8686
failure()
8787
&& steps.status.outcome == 'failure'
88+
&& github.event_name == 'schedule'
89+
&& github.repository_owner == 'mpytools'
8890
uses: scientific-python/issue-from-pytest-log@v1
8991
with:
9092
log-path: output-${{ matrix.python-version }}-log.jsonl

0 commit comments

Comments
 (0)