mirror of
https://github.com/daylinmorgan/monolisa-nerdfont-patch.git
synced 2024-12-21 22:40:44 -06:00
ci: check weekly on monday
This commit is contained in:
parent
1ae0f071ec
commit
b84ce0a414
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -3,8 +3,8 @@ name: "Update Nerd Fonts"
|
|||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
# 1st and 15th at 12:00 AM
|
||||
- cron: "0 0 1,15 * *"
|
||||
# “At 00:00 on Monday.”
|
||||
- cron: "0 0 * * 1"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
@ -14,7 +14,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Setup Git Bot
|
||||
run: |
|
||||
|
|
Loading…
Reference in a new issue