Skip to content

Commit

Permalink
point ci to modified downstreams
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jul 19, 2024
1 parent b30ffb5 commit 6ff0209
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,9 @@ jobs:
curl -L -O https://tiker.net/ci-support-v0
. ci-support-v0
if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "rename-nterms" ]]; then
DOWNSTREAM_PROJECT=https://github.com/gaohao95/pytential.git@rename-nterms
if [[ "$GITHUB_HEAD_REF" == "towards-array-context" ]]; then
DOWNSTREAM_PROJECT=https://github.com/alexfikl/${DOWNSTREAM_PROJECT}.git@towards-array-context
fi
test_downstream "$DOWNSTREAM_PROJECT"
# vim: sw=4

0 comments on commit 6ff0209

Please sign in to comment.