From 5bd4e35db8aab64c92abfba2407a1688fa380e1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?TATSUNO=20=E2=80=9CTaz=E2=80=9D=20Yasuhiro?= Date: Wed, 24 Jul 2024 11:39:02 +0900 Subject: [PATCH] ci: scheduled build is not needed now --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8ec0fb3..46674b0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -2,7 +2,6 @@ name: CI on: pull_request: - schedule: [ cron: "40 1 * * *" ] permissions: contents: read