From f137706cd6f55ac6b9da452b98feb4127a96eed8 Mon Sep 17 00:00:00 2001 From: SebastianStork Date: Sat, 7 Mar 2026 22:00:21 +0100 Subject: [PATCH] update: Remove schedule comment The github-action language-server shows this as well --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index f7cb8b7..1c7bf57 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -1,7 +1,7 @@ name: "Update" on: schedule: - - cron: "0 4 * * 2,6" # Tue, Sat at 04:00 UTC + - cron: "0 4 * * 2,6" workflow_dispatch: jobs: update: