We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6ccac5e + a87dbd7 commit 23c51e2Copy full SHA for 23c51e2
1 file changed
.github/workflows/arduino.yml
@@ -186,26 +186,13 @@ jobs:
186
run: |
187
# Clone the wolfssl to use for example build
188
189
- # TODO remove after merge
190
- REPO_OWNER=gojimmypi
191
- # End TODO
192
-
193
git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl.git
194
195
# Assign your PR branch for testing here:
196
THIS_PR_BRANCH=""
197
198
echo "REPO_OWNER=$REPO_OWNER"
199
200
201
- # A user-specific branch assignment
202
- if [[ "$REPO_OWNER" == "gojimmypi" ]]; then
203
- THIS_PR_BRANCH="pr-arduino-testing"
204
- else
205
- echo "unexpected repo owner!"
206
- fi
207
- # END TODO
208
209
# If a branch is assigned for current repo user, checkout
210
if [ -z "$THIS_PR_BRANCH" ]; then
211
echo "Assign your PR branch name for testing"
0 commit comments