From b84ce0a414e74ae0ff56806f408819eec322695d Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 22 Nov 2024 11:58:36 -0600 Subject: [PATCH] ci: check weekly on monday --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 648d763..1d4ad58 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |