Skip to content

Commit

Permalink
[action] remove debug option
Browse files Browse the repository at this point in the history
  • Loading branch information
supperthomas authored and Rbb666 committed Oct 8, 2024
1 parent 5a18b88 commit 6276ba1
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/manual_dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 6276ba1

Please sign in to comment.