From 3b18244c0aaf76613a7ff8e2ef9bbc16a9ef3e2d Mon Sep 17 00:00:00 2001 From: alexander-akait Date: Thu, 24 Apr 2025 21:45:21 +0300 Subject: [PATCH] ci: temporary disable --- .github/workflows/examples.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index 5e2a74aad..dde0f5d8f 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -1,9 +1,8 @@ name: "Update examples" -# 0 0 * * 0 on: schedule: - - cron: "*/5 * * * *" + - cron: "0 0 * * 0" permissions: contents: read