From 154a008dbcabdb67015a93fe89f01d8696d158ea Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Mon, 13 Jan 2020 12:54:18 +0100 Subject: [PATCH] Reset schedule for deployment --- .github/workflows/CompileAndDeploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CompileAndDeploy.yml b/.github/workflows/CompileAndDeploy.yml index 675ecf531..3acb77a71 100755 --- a/.github/workflows/CompileAndDeploy.yml +++ b/.github/workflows/CompileAndDeploy.yml @@ -1,9 +1,9 @@ name: CompileAndDeploy on: - [push, pull_request] #just for test the deployment - #schedule: - # - cron: '0 0 1 * *' #every first day of the month at midnight + #[push, pull_request] #just for test the deployment + schedule: + - cron: '0 0 1 * *' #every first day of the month at midnight jobs: ubuntu_build: