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:
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue