From dfba2ceef5beeddaa49ed57100d4c27999c13b3a Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Tue, 28 Nov 2023 12:17:55 +0300 Subject: [PATCH] Fix schedule --- .github/workflows/antmedia-cf-template-validation-test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/antmedia-cf-template-validation-test.yml b/.github/workflows/antmedia-cf-template-validation-test.yml index 6fd79928..16799d25 100644 --- a/.github/workflows/antmedia-cf-template-validation-test.yml +++ b/.github/workflows/antmedia-cf-template-validation-test.yml @@ -1,11 +1,8 @@ name: Ant Media Server Cloudformation Deployment on: - push: -# branches: -# - main schedule: - - cron: '0 0 * * 1' # Run it every week on Monday + - cron: '0 0 * * 1' jobs: deploy_cf_template: