ci: test the geyzer update4
Will only run once a day
This commit is contained in:
parent
ab5b66b75e
commit
1db70407c2
2 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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 {});
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue