From 854b7b6c19bfb2b9e291e79d4e6dbb4c8aea4aa5 Mon Sep 17 00:00:00 2001 From: Ingolf Wagner Date: Sun, 21 Jul 2024 12:18:43 +0200 Subject: [PATCH] try to fix the git push frogejo action --- .forgejo/workflows/nix_build.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.forgejo/workflows/nix_build.yaml b/.forgejo/workflows/nix_build.yaml index cfa0076..b828bad 100644 --- a/.forgejo/workflows/nix_build.yaml +++ b/.forgejo/workflows/nix_build.yaml @@ -1,12 +1,9 @@ name: Build all NixOS Configurations on: - push: - branches: - - main - - update - schedule: - - cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour + - push + #schedule: + # - cron: "20 12 * * *" # not to frequent, GitHub only allows a few pulls per hour jobs: