From a87dbd7a7b18f5e514c2dced772f2c60745bb0b8 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Mon, 8 Sep 2025 08:42:27 -0700 Subject: [PATCH] Remove interim REPO_OWNER redirect --- .github/workflows/arduino.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/.github/workflows/arduino.yml b/.github/workflows/arduino.yml index 3b9933a5..ab714acd 100644 --- a/.github/workflows/arduino.yml +++ b/.github/workflows/arduino.yml @@ -186,10 +186,6 @@ jobs: run: | # Clone the wolfssl to use for example build - # TODO remove after merge - REPO_OWNER=gojimmypi - # End TODO - git clone --depth 1 https://github.com/$REPO_OWNER/wolfssl.git # Assign your PR branch for testing here: @@ -197,15 +193,6 @@ jobs: echo "REPO_OWNER=$REPO_OWNER" - # TODO remove after merge - # A user-specific branch assignment - if [[ "$REPO_OWNER" == "gojimmypi" ]]; then - THIS_PR_BRANCH="pr-arduino-testing" - else - echo "unexpected repo owner!" - fi - # END TODO - # If a branch is assigned for current repo user, checkout if [ -z "$THIS_PR_BRANCH" ]; then echo "Assign your PR branch name for testing"