From 63bcf0da679031bcde655c173c2eb28816508d1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Uzna=C5=84ski?= Date: Fri, 4 Feb 2022 09:24:14 +0100 Subject: [PATCH] [TASK] Disable predefined github action scheduler run (#374) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Łukasz Uznański --- .github/workflows/predefined.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/predefined.yml b/.github/workflows/predefined.yml index 0aab2a6..ede5ea8 100644 --- a/.github/workflows/predefined.yml +++ b/.github/workflows/predefined.yml @@ -7,8 +7,6 @@ --- name: CI with predefined GitHub actions on: - schedule: - - cron: '15 3 * * 1' jobs: php-lint: name: "PHP linter"