Update CI

This commit is contained in:
Daniel Winkler 2025-08-28 21:23:49 +10:00
commit cdbaf520a4
3 changed files with 9 additions and 9 deletions

View file

@ -1,9 +1,9 @@
name: "Test template"
name: "Test RDE template"
on:
workflow_dispatch: # allows manual triggering
push:
paths:
- 'templates/n/flake.lock'
- 'templates/rde/flake.lock'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
@ -22,5 +22,5 @@ jobs:
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
- uses: DeterminateSystems/magic-nix-cache-action@main
- run: nix build ./templates/n
- run: nix flake check ./templates/n
- run: nix build ./templates/rde
- run: nix flake check ./templates/rde