We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e32e64d commit 4f83124Copy full SHA for 4f83124
1 file changed
.github/workflows/ci.yml
@@ -109,8 +109,12 @@ jobs:
109
curl -L -O https://tiker.net/ci-support-v0
110
. ci-support-v0
111
112
- if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "rename-nterms" ]]; then
113
- DOWNSTREAM_PROJECT=https://github.com/gaohao95/pytential.git@rename-nterms
+ if [[ "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
+ 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
118
fi
119
test_downstream "$DOWNSTREAM_PROJECT"
120
0 commit comments