Skip to content

Commit 1885ec2

Browse files
alexfiklinducer
authored andcommitted
Update downstream repo on CI
1 parent 2f7bc64 commit 1885ec2

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)