Merge pull request #147 from gabriel-samfira/add-workflow-dispatch
Add workflow dispatch trigger
This commit is contained in:
commit
29660c0b2c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/integration-tests.yml
vendored
1
.github/workflows/integration-tests.yml
vendored
|
|
@ -1,5 +1,6 @@
|
|||
name: Integration Tests
|
||||
on:
|
||||
workflow_dispatch: {}
|
||||
schedule:
|
||||
- cron: "0 0 * * *"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue