summaryrefslogtreecommitdiff
path: root/.github/workflows/update-mods.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-mods.yml')
-rw-r--r--.github/workflows/update-mods.yml11
1 files 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/[email protected]
- uses: cachix/install-nix-action@v20