From 9eab6b77faf95f807487eda0878370a88c632d25 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Mon, 22 Jul 2024 00:18:48 +0200 Subject: [PATCH] reformat --- .forgejo/workflows/nix_build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index 49d011a..10e480f 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -3,9 +3,9 @@ name: Build all NixOS Configurations on: push: branches: - - '**' + - "**" schedule: - - cron: '30 2 * * *' # not to frequent, GitHub only allows a few pulls per hour + - cron: "30 2 * * *" # not to frequent, GitHub only allows a few pulls per hour jobs: nix build: