nix fmt ci yml
Some checks are pending
build / build (muede-lpt2) (push) Waiting to run
build / build (muede-pc2) (push) Waiting to run
build / close-on-failure (push) Blocked by required conditions

This commit is contained in:
müde 2026-09-20 15:00:27 +02:00
commit 5bae4840e7
2 changed files with 3 additions and 3 deletions

View file

@ -3,7 +3,7 @@ name: build
on: on:
pull_request: {} pull_request: {}
push: push:
branches: [ main ] branches: [main]
jobs: jobs:
build: build:

View file

@ -2,11 +2,11 @@ name: flake update
on: on:
schedule: schedule:
- cron: '0 3 * * *' - cron: "0 3 * * *"
workflow_dispatch: workflow_dispatch:
inputs: inputs:
target: target:
description: 'Inputs to update' description: "Inputs to update"
type: choice type: choice
default: all default: all
options: options: