From a9c92b33822b3683f2865bb187c7662c10859e74 Mon Sep 17 00:00:00 2001 From: Rene Moser Date: Wed, 16 Dec 2020 14:33:05 +0100 Subject: [PATCH] Fix sanity --- .github/workflows/sanity.yml | 4 +++- plugins/modules/cs_disk_offering.py | 1 - plugins/modules/cs_service_offering.py | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index b61cff06..3329a194 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -1,6 +1,8 @@ name: Sanity on: -- pull_request + schedule: + - cron: "* 12 * * *" + pull_request: jobs: sanity: diff --git a/plugins/modules/cs_disk_offering.py b/plugins/modules/cs_disk_offering.py index d2f6cb01..b9bd4570 100644 --- a/plugins/modules/cs_disk_offering.py +++ b/plugins/modules/cs_disk_offering.py @@ -52,7 +52,6 @@ description: - Whether disk offering iops is custom or not. type: bool - default: no iops_read_rate: description: - IO requests read rate of the disk offering. diff --git a/plugins/modules/cs_service_offering.py b/plugins/modules/cs_service_offering.py index fac7c5c4..8d17d521 100644 --- a/plugins/modules/cs_service_offering.py +++ b/plugins/modules/cs_service_offering.py @@ -116,7 +116,6 @@ description: - Whether HA is set for the service offering. type: bool - default: no provisioning_type: description: - Provisioning type used to create volumes.