Merge pull request #147 from gabriel-samfira/add-workflow-dispatch

Add workflow dispatch trigger
This commit is contained in:
Gabriel 2023-08-07 12:35:07 +03:00 committed by GitHub
commit 29660c0b2c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,6 @@
name: Integration Tests
on:
workflow_dispatch: {}
schedule:
- cron: "0 0 * * *"