From 93d7d6f25d611490088304f9987819b9615ac6b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Zieli=C5=84ski?= Date: Fri, 4 Oct 2024 01:58:11 +0200 Subject: [PATCH] Disable WordPress major and beta refreshes --- .github/workflows/refresh-wordpress-major-and-beta.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/refresh-wordpress-major-and-beta.yml b/.github/workflows/refresh-wordpress-major-and-beta.yml index f61e72386c..a4336d79c3 100644 --- a/.github/workflows/refresh-wordpress-major-and-beta.yml +++ b/.github/workflows/refresh-wordpress-major-and-beta.yml @@ -8,8 +8,8 @@ on: required: false default: 'false' # Every 20 minutes - schedule: - - cron: '*/20 * * * *' + #schedule: + # - cron: '*/20 * * * *' jobs: build_and_deploy: