Skip to content

Commit

Permalink
manual trigger for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jGaboardi committed Oct 21, 2023
1 parent c33615a commit 9198ac8
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 @@ on:
- "*"
schedule:
- cron: "0 0 * * 1,4"
workflow_dispatch:
inputs:
version:
description: Manual Unittest Run
default: test
required: false

jobs:
Test:
Expand Down

0 comments on commit 9198ac8

Please sign in to comment.