Skip to content

Commit 4f83124

Browse files
committed
point ci to modified downstreams
1 parent e32e64d commit 4f83124

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,12 @@ jobs:
109109
curl -L -O https://tiker.net/ci-support-v0
110110
. ci-support-v0
111111
112-
if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "rename-nterms" ]]; then
113-
DOWNSTREAM_PROJECT=https://github.com/gaohao95/pytential.git@rename-nterms
112+
if [[ "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
113+
if [[ "${DOWNSTREAM_PROJECT}" == "sumpy"]]; then
114+
DOWNSTREAM_PROJECT=https://github.com/inducer/${DOWNSTREAM_PROJECT}.git@towards-array-context-merge
115+
else
116+
DOWNSTREAM_PROJECT=https://github.com/alexfikl/${DOWNSTREAM_PROJECT}.git@towards-array-context
117+
fi
114118
fi
115119
test_downstream "$DOWNSTREAM_PROJECT"
116120

0 commit comments

Comments
 (0)