From 42d5fb0cdd999eb1524478d95c03173cd7d0ffa1 Mon Sep 17 00:00:00 2001 From: Gregory Petrosyan Date: Tue, 13 Aug 2024 18:27:20 +0300 Subject: [PATCH] CI: remove scheduled runs --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 898fc55..6af6040 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,6 @@ name: CI on: push: pull_request: - schedule: - - cron: "0 */13 * * *" jobs: ci: name: CI