From 6276ba144b1a5683d487f40e947e83070983c6fe Mon Sep 17 00:00:00 2001 From: Supper Thomas <78900636@qq.com> Date: Tue, 8 Oct 2024 17:27:57 +0800 Subject: [PATCH] [action] remove debug option --- .github/workflows/manual_dist.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/manual_dist.yml b/.github/workflows/manual_dist.yml index aca8f09923..c2cf7910e9 100644 --- a/.github/workflows/manual_dist.yml +++ b/.github/workflows/manual_dist.yml @@ -44,11 +44,6 @@ on: required: true type: boolean default: false - debug_flag: - description: 'True to debug action, False not debug' - required: true - type: boolean - default: false permissions: contents: read # to fetch code (actions/checkout) @@ -167,12 +162,6 @@ jobs: cppcheck --project=bsp/$RTT_BSP/compile_commands.json pwd - - - - name: Setup Debug Session - if: ${{ github.event.inputs.debug_flag }} - uses: csexton/debugger-action@master - - uses: actions/upload-artifact@v3 if: ${{ github.event.inputs.dist_flag }} with: