Skip to content

Commit 7f5ecec

Browse files
authored
fix report on upstream-dev ci failure (#163)
1 parent a0cb515 commit 7f5ecec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
failure()
8585
&& steps.status.outcome == 'failure'
8686
&& github.event_name == 'schedule'
87-
&& github.repository_owner == 'regionmask'
87+
&& github.repository_owner == 'mpytools'
8888
uses: xarray-contrib/issue-from-pytest-log@v1
8989
with:
9090
log-path: output-${{ matrix.python-version }}-log.jsonl

0 commit comments

Comments
 (0)