Actualiser .gitea/workflows/nix.yaml

This commit is contained in:
Alexandre_1a 2026-05-26 11:02:29 +02:00
parent e43a5ec3cf
commit 6a6dd51115

View File

@ -1,13 +1,13 @@
name: Check config name: Check config
on: on:
workflow_dispatch: workflow_dispatch:
schedule: schedule:
- cron: "0 0 * * *" - cron: "0 0 * * *"
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
container:
image: nix-builder container:
image: nix-builder