disable updater schedule while it hangs

This commit is contained in:
Kiara Grouwstra 2025-06-26 17:01:40 +02:00
parent 46182e7512
commit f94eac698a
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -2,8 +2,9 @@ name: update-dependencies
on: on:
workflow_dispatch: # allows manual triggering workflow_dispatch: # allows manual triggering
schedule: # FIXME: re-enable when manual run works
- cron: '0 0 1 * *' # monthly # schedule:
# - cron: '0 0 1 * *' # monthly
jobs: jobs:
lockfile: lockfile: