Skip to content

Commit e898e5d

Browse files
committed
point downstream tests to special branches
1 parent 013a450 commit e898e5d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,12 @@ jobs:
104104
curl -L -O https://tiker.net/ci-support-v0
105105
. ./ci-support-v0
106106
107-
git clone "https://github.com/inducer/$DOWNSTREAM_PROJECT.git"
107+
if [[ "$DOWNSTREAM_PROJECT" = "loopy" || "$DOWNSTREAM_PROJECT" = "pytential" ]] && [[ "$GITHUB_HEAD_REF" = "equality-mapper" ]]; then
108+
git clone "https://github.com/alexfikl/$DOWNSTREAM_PROJECT.git" -b "equality-mapper"
109+
else
110+
git clone "https://github.com/inducer/$DOWNSTREAM_PROJECT.git"
111+
fi
112+
108113
cd "$DOWNSTREAM_PROJECT"
109114
echo "*** $DOWNSTREAM_PROJECT version: $(git rev-parse --short HEAD)"
110115

0 commit comments

Comments
 (0)