[fix] ci: push update to a different branch
All checks were successful
/ check (push) Successful in 23s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 11s
/ update-lockfile (push) Has been skipped
All checks were successful
/ check (push) Successful in 23s
/ build (audiomenu) (push) Successful in 1s
/ build (docs) (push) Successful in 2s
/ build (jpassmenu) (push) Successful in 1s
/ build (nixosConfigurations.vm.config.system.build.toplevel) (push) Successful in 1s
/ build (nvim) (push) Successful in 11s
/ update-lockfile (push) Has been skipped
This commit is contained in:
parent
a4f278f3ba
commit
5391154327
1 changed files with 3 additions and 0 deletions
|
@ -5,12 +5,14 @@ on:
|
|||
jobs:
|
||||
check:
|
||||
runs-on: nixos
|
||||
if: github.event_name != 'schedule'
|
||||
steps:
|
||||
- uses: "https://code.forgejo.org/actions/checkout@v4"
|
||||
- run: nix --version
|
||||
- run: nix flake check --keep-going --verbose
|
||||
build:
|
||||
runs-on: nixos
|
||||
if: github.event_name != 'schedule'
|
||||
strategy:
|
||||
matrix:
|
||||
target:
|
||||
|
@ -34,6 +36,7 @@ jobs:
|
|||
run: |
|
||||
git config user.name 'forgejo-actions'
|
||||
git config user.email 'forgejo-actions@noreply.salame.cl'
|
||||
git switch --force-create update-lockfile
|
||||
nix flake update --commit-lock-file --option commit-lockfile-summary '[chore] flake.lock: update inputs'
|
||||
nix flake check --keep-going --verbose
|
||||
git push
|
||||
|
|
Loading…
Reference in a new issue