From 89316a74ea04952b3a1b647fbda4453f611840d5 Mon Sep 17 00:00:00 2001 From: Ivan Yelizariev Date: Wed, 12 Feb 2020 14:26:37 +0500 Subject: [PATCH] delete image-rebuilding-schedule from config One can change this value directly in file after forking --- config.example.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/config.example.yml b/config.example.yml index c5473f1..ffbcab6 100644 --- a/config.example.yml +++ b/config.example.yml @@ -1,7 +1,3 @@ -# Default value for schedule in .github/workflows/DINAR.yml -# POSIX cron syntax. See https://help.github.com/en/actions/automating-your-workflow-with-github-actions/events-that-trigger-workflows#scheduled-events-schedule -image-rebuilding-schedule: "5 5 * * 0" - branches: - "10.0" - "11.0"