Skip to content

Commit 2538a15

Browse files
committed
fix report on upstream-dev ci failure
1 parent a0cb515 commit 2538a15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)