We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1ee59f commit 3cb9c51Copy full SHA for 3cb9c51
1 file changed
.github/workflows/ci.yml
@@ -101,7 +101,7 @@ jobs:
101
run: |
102
curl -L -O https://tiker.net/ci-support-v0
103
. ./ci-support-v0
104
- if [[ "$DOWNSTREAM_PROJECT" == "pytential" && "$GITHUB_HEAD_REF" == "e2p" ]]; then
+ if [[ "$DOWNSTREAM_PROJECT" == "pytential" ]] && [[ "$GITHUB_HEAD_REF" == "e2p" || "$GITHUB_HEAD_REF" == "e2p_opt" ]]; then
105
DOWNSTREAM_PROJECT=https://github.com/isuruf/pytential.git@e2p
106
fi
107
test_downstream "$DOWNSTREAM_PROJECT"
0 commit comments