Skip to content

Commit 23c51e2

Browse files
authored
Merge pull request #522 from gojimmypi/pr-arduino-testing
Remove interim Arduino workflow REPO_OWNER redirect
2 parents 6ccac5e + a87dbd7 commit 23c51e2

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/arduino.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -186,26 +186,13 @@ jobs:
186186
run: |
187187
# Clone the wolfssl to use for example build
188188
189-
# TODO remove after merge
190-
REPO_OWNER=gojimmypi
191-
# End TODO
192-
193189
git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl.git
194190
195191
# Assign your PR branch for testing here:
196192
THIS_PR_BRANCH=""
197193
198194
echo "REPO_OWNER=$REPO_OWNER"
199195
200-
# TODO remove after merge
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-
209196
# If a branch is assigned for current repo user, checkout
210197
if [ -z "$THIS_PR_BRANCH" ]; then
211198
echo "Assign your PR branch name for testing"

0 commit comments

Comments
 (0)