From d8e164fde8b48b13b1894e5776796f75086d3723 Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 20 Oct 2023 16:15:00 -0400 Subject: actions: update mods weekly instead of daily --- .github/workflows/update-mods.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/update-mods.yml b/.github/workflows/update-mods.yml index 03c3df4..cca46ee 100644 --- a/.github/workflows/update-mods.yml +++ b/.github/workflows/update-mods.yml @@ -2,16 +2,17 @@ name: Update mods on: schedule: - # run daily at 0:00 utc - - cron: "0 0 * * *" + # run on saturdays at 0:00 utc + - cron: "0 0 * * 6" workflow_dispatch: -permissions: - contents: write - jobs: update-mods: runs-on: ubuntu-latest + + permissions: + contents: write + steps: - uses: actions/checkout@v3.3.0 - uses: cachix/install-nix-action@v20 -- cgit v1.2.3