fix: disable auto-update until compatible with nerd fonts v3

This commit is contained in:
Daylin Morgan 2023-05-02 14:32:56 -05:00
parent 063aefe4d8
commit 1850f3b2b5
Signed by: daylin
GPG Key ID: C1E52E7DD81DF79F
1 changed files with 2 additions and 2 deletions

View File

@ -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