Skip to content

Commit

Permalink
add manual unittest trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Jan 23, 2022
1 parent a9b4a5e commit ea28daa
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 @@ -7,6 +7,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 ea28daa

Please sign in to comment.