From c43285c78a5fc4e589f5946e360d76cde097f3bc Mon Sep 17 00:00:00 2001 From: h7x4 Date: Wed, 6 May 2026 00:19:59 +0900 Subject: [PATCH] .gitea/workflows/build-and-test: don't autoupdate datasources --- .gitea/workflows/build-and-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/build-and-test.yml b/.gitea/workflows/build-and-test.yml index c631fc8..2747bac 100644 --- a/.gitea/workflows/build-and-test.yml +++ b/.gitea/workflows/build-and-test.yml @@ -22,8 +22,8 @@ jobs: experimental-features = nix-command flakes build-users-group = - - name: Update database inputs - run: nix flake update datasources + # - name: Update database inputs + # run: nix flake update datasources - name: Build database run: nix build .#database -L