We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b93eb0 commit f8a618bCopy full SHA for f8a618b
.github/workflows/ci.yml
@@ -121,7 +121,7 @@ jobs:
121
run: |
122
curl -L -O https://tiker.net/ci-support-v0
123
. ./ci-support-v0
124
- if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
+ if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "towards-array-context-merge" ]]; then
125
DOWNSTREAM_PROJECT=https://github.com/alexfikl/pytential.git@towards-array-context
126
fi
127
test_downstream "$DOWNSTREAM_PROJECT"
0 commit comments