mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-11-12 18:03:14 -06:00
fix: disable auto-update until compatible with nerd fonts v3
This commit is contained in:
parent
063aefe4d8
commit
1850f3b2b5
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -2,9 +2,9 @@ name: "Update Nerd Fonts"
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# schedule:
|
||||
# 1st and 15th at 12:00 AM
|
||||
- cron: "0 0 1,15 * *"
|
||||
# - cron: "0 0 1,15 * *"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
Loading…
Reference in a new issue