mirror of
https://github.com/nix-community/nix-doom-emacs
synced 2025-08-01 12:17:26 -05:00
.github: disable action scheduling
It's currently failing, so there's no point in spamming the repository with PRs.
This commit is contained in:
2
.github/workflows/update-dependencies.yml
vendored
2
.github/workflows/update-dependencies.yml
vendored
@ -1,8 +1,6 @@
|
||||
name: "Update Dependencies"
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 * * FRI'
|
||||
jobs:
|
||||
update-deps:
|
||||
name: Update dependencies
|
||||
|
Reference in New Issue
Block a user