Bläddra i källkod

[action] remove debug option

Supper Thomas 10 månader sedan
förälder
incheckning
6276ba144b
1 ändrade filer med 0 tillägg och 11 borttagningar
  1. 0 11
      .github/workflows/manual_dist.yml

+ 0 - 11
.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: