Skip to content

Commit

Permalink
Add workflow_dispatch input for logLevel in Codecov workflow
Browse files Browse the repository at this point in the history
Signed-off-by: HAHWUL <[email protected]>
  • Loading branch information
hahwul committed Dec 6, 2024
1 parent ada31b3 commit 5cc7b52
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ on:
- dalfox.go
- Dockerfile
- codecov.yml
workflow_dispatch:
inputs:
logLevel:
description: 'manual run'
required: false
default: ''

jobs:
build:
Expand Down

0 comments on commit 5cc7b52

Please sign in to comment.