Set schedule workflow to run every day at midnight

Signed-off-by: Mihaela Balutoiu <mbalutoiu@cloudbasesolutions.com>
This commit is contained in:
Mihaela Balutoiu 2023-08-02 19:25:56 +03:00
parent 4fa83b6ffc
commit 528f521897

View file

@ -1,11 +1,7 @@
name: Integration Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"
jobs:
integration-tests: