ci: test the geyzer update4

Will only run once a day
This commit is contained in:
silver 2025-01-29 23:50:59 +00:00
parent ab5b66b75e
commit 1db70407c2
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D
2 changed files with 3 additions and 3 deletions

View file

@ -2,7 +2,7 @@ on:
workflow_dispatch:
schedule:
- cron: '* * * * *'
- cron: '0 0 * * *'
# using code from the nixos repo
jobs:
@ -32,7 +32,7 @@ jobs:
with:
ref: ${{ matrix.branch }}
token: ${{ secrets.PIPELINE_TOKEN }}
- run: nix run .#update_geyser -- update geyser
- run: nix run .#update_plugin -- update geyser
shell: bash
- uses: https://github.com/stefanzweifel/git-auto-commit-action@v5
with:

View file

@ -32,7 +32,7 @@
};
packages = {
# nix run .#update_geyser -- update $PLUGIN_NAME
# nix run .#update_plugin -- update $PLUGIN_NAME
update_plugin = (pkgs.callPackage ./nix/packwiz.nix {});
};
}