forked from Fediversity/Fediversity
disable updater schedule while it hangs
This commit is contained in:
parent
46182e7512
commit
f94eac698a
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,9 @@ name: update-dependencies
|
|||
|
||||
on:
|
||||
workflow_dispatch: # allows manual triggering
|
||||
schedule:
|
||||
- cron: '0 0 1 * *' # monthly
|
||||
# FIXME: re-enable when manual run works
|
||||
# schedule:
|
||||
# - cron: '0 0 1 * *' # monthly
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
|
|
Loading…
Add table
Reference in a new issue