lab-infra/.forgejo/workflows/eval.yaml
Julien Malka 9aab55b9a5
Some checks failed
lint / check (push) Failing after 23s
build configuration / build_krz01 (push) Has been cancelled
chore: improve workflows
2024-10-12 00:31:12 +02:00

20 lines
366 B
YAML

name: build configuration
on:
pull_request:
types: [opened, synchronize, edited, reopened]
branches:
- main
push:
branches:
- main
jobs:
build_krz01:
runs-on: nix
steps:
- uses: actions/checkout@v3
- name: Build krz01
run: |
# Enter the shell
nix-shell --run 'colmena build --on krz01'