Skip to content

Commit

Permalink
fix: ci workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber0 committed Feb 22, 2024
1 parent 16bb123 commit 21886d1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/aspect-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ on:
branches: [ ci_test ]
pull_request:
branches: [ ci_test ]
workflow_dispatch: {}
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'
tags:
description: 'Test scenario tags'
required: false

jobs:
type-check:
Expand Down

0 comments on commit 21886d1

Please sign in to comment.