From 80b312ac597205468dc342f591a6a0f297d0df1e Mon Sep 17 00:00:00 2001 From: Lup Yuen Lee Date: Thu, 14 Nov 2024 08:06:53 +0700 Subject: [PATCH] Change apache/nuttx to lupyuen5/label-nuttx --- .github/workflows/build.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8fe19ef478b38..47323b2345066 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -68,7 +68,8 @@ jobs: # Determine the repo and leave that unset to use the normal checkout behavior # of using the merge commit instead of HEAD case $GITHUB_REPOSITORY in - "apache/nuttx") + #### "apache/nuttx") + "lupyuen5/label-nuttx") #### # OS echo "Triggered by change in OS" APPS_REF=$REF_NAME @@ -92,7 +93,8 @@ jobs: - name: Checkout nuttx repo uses: actions/checkout@v4 with: - repository: apache/nuttx + #### repository: apache/nuttx + repository: lupyuen5/label-nuttx #### ref: ${{ steps.gittargets.outputs.os_ref }} path: sources/nuttx fetch-depth: 1