update: Remove schedule comment

The github-action language-server shows this as well
This commit is contained in:
SebastianStork 2026-03-07 22:00:21 +01:00
parent 2f94ada4b8
commit f137706cd6
Signed by: SebastianStork
SSH key fingerprint: SHA256:iEM011ogNMG1q8+U500adGu/9rpPuZ2KnFtbdLeqTiI

View file

@ -1,7 +1,7 @@
name: "Update" name: "Update"
on: on:
schedule: schedule:
- cron: "0 4 * * 2,6" # Tue, Sat at 04:00 UTC - cron: "0 4 * * 2,6"
workflow_dispatch: workflow_dispatch:
jobs: jobs:
update: update: