Skip to content

Commit

Permalink
Merge pull request #24 from loco-3d/ci
Browse files Browse the repository at this point in the history
update ci
  • Loading branch information
nim65s authored Feb 11, 2025
2 parents e7a1db1 + 1c74688 commit c79f6a0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/nix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ on:
- humble-devel

jobs:
nix:
runs-on: "ubuntu-latest"
tests:
name: "Nix build on ${{ matrix.os }}"
runs-on: "${{ matrix.os }}-latest"
strategy:
matrix:
os: [ubuntu]
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-flake-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: update-flake-lock
on:
workflow_dispatch:
schedule:
- cron: '0 11 10 * *'
- cron: '0 9 17 * *'

jobs:
lockfile:
Expand Down

0 comments on commit c79f6a0

Please sign in to comment.