diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 90d3588..36b63e4 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,5 +1,8 @@ name: Integration -on: [push] +on: + push: {} + schedule: + cron: '0 0 * * *' jobs: test: