Files
hearth/.gitea/workflows/runner-nix-smoke.yaml
T
yukkop 01a0d6e00a
runner nix smoke / nix label smoke (push) Successful in 7s
ci: fix: nix runners
2026-09-08 09:34:22 +00:00

33 lines
671 B
YAML

name: runner nix smoke
on:
workflow_dispatch:
push:
branches:
- master
paths:
- .gitea/workflows/runner-nix-smoke.yaml
- flake.lock
- flake.nix
- infra/gitea-runners/**
jobs:
smoke:
name: nix label smoke
runs-on: nix
steps:
- name: Checkout repository
uses: actions/checkout@v4.2.2
- name: Nix version and cache configuration
run: |
set -eu
nix --version
nix config show substituters
nix config show trusted-public-keys
- name: Repository flake metadata
run: |
set -eu
nix flake metadata --no-write-lock-file