lab-infra/.forgejo/workflows/eval.yaml

21 lines
366 B
YAML
Raw Permalink Normal View History

2024-10-12 00:20:58 +02:00
name: build configuration
on:
pull_request:
types: [opened, synchronize, edited, reopened]
branches:
- main
push:
branches:
- main
jobs:
2024-10-12 00:29:40 +02:00
build_krz01:
2024-10-12 00:20:58 +02:00
runs-on: nix
steps:
- uses: actions/checkout@v3
2024-10-12 00:29:40 +02:00
- name: Build krz01
run: |
# Enter the shell
nix-shell --run 'colmena build --on krz01'