From f84d0bd4fc3787d366e30cd5cd31dfe4774010d2 Mon Sep 17 00:00:00 2001 From: Alex Tsitsiura Date: Mon, 30 Sep 2024 19:02:24 +0000 Subject: [PATCH] [Telink] disable debug part --- .github/workflows/chef.yaml | 6 +++--- .github/workflows/examples-telink.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/chef.yaml b/.github/workflows/chef.yaml index a9cae2d6f88715..ca3f42e47c24e5 100644 --- a/.github/workflows/chef.yaml +++ b/.github/workflows/chef.yaml @@ -108,9 +108,9 @@ jobs: uses: ./.github/actions/checkout-submodules-and-bootstrap with: platform: telink - - name: Update Zephyr to specific revision (for developers purpose) - shell: bash - run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18" + # - name: Update Zephyr to specific revision (for developers purpose) + # shell: bash + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18" - name: CI Examples Telink shell: bash run: | diff --git a/.github/workflows/examples-telink.yaml b/.github/workflows/examples-telink.yaml index 296e13ff5c304e..757f11254b530a 100644 --- a/.github/workflows/examples-telink.yaml +++ b/.github/workflows/examples-telink.yaml @@ -56,8 +56,8 @@ jobs: with: gh-context: ${{ toJson(github) }} - - name: Update Zephyr to specific revision (for developers purpose) - run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18" + # - name: Update Zephyr to specific revision (for developers purpose) + # run: scripts/run_in_build_env.sh "python3 scripts/tools/telink/update_zephyr.py 3ed7686a9378de6be1368c912f9a42f998bbfb18" - name: Build example Telink (B92 retention) Air Quality Sensor App run: |