Skip to content

Commit ce74c68

Browse files
committed
use pytential@e2p for this branch too
1 parent 6f80380 commit ce74c68

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: |
102102
curl -L -O https://tiker.net/ci-support-v0
103103
. ./ci-support-v0
104-
if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "e2p" ]]; then
104+
if [[ "$DOWNSTREAM_PROJECT" == "pytential" ]] && [[ "$GITHUB_HEAD_REF" == "e2p" || "$GITHUB_HEAD_REF" == "e2p_opt" ]]; then
105105
DOWNSTREAM_PROJECT=https://github.com/isuruf/pytential.git@e2p
106106
fi
107107
test_downstream "$DOWNSTREAM_PROJECT"

0 commit comments

Comments
 (0)