Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
add manual trigger
  • Loading branch information
jGaboardi authored Mar 16, 2024
1 parent f431b1d commit a4b93e8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@
- '*'
schedule:
- cron: '59 23 * * *'
workflow_dispatch:
inputs:
version:
description: Manual Unittest Run
default: test
required: false

jobs:
unittests:
Expand Down

0 comments on commit a4b93e8

Please sign in to comment.