Skip to content

Commit f8a618b

Browse files
committed
Update downstream repo on CI
1 parent 3b93eb0 commit f8a618b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
run: |
122122
curl -L -O https://tiker.net/ci-support-v0
123123
. ./ci-support-v0
124-
if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
124+
if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "towards-array-context-merge" ]]; then
125125
DOWNSTREAM_PROJECT=https://github.com/alexfikl/pytential.git@towards-array-context
126126
fi
127127
test_downstream "$DOWNSTREAM_PROJECT"

0 commit comments

Comments
 (0)