Merge branch 'usda-docker'

This commit is contained in:
UGA Innovation Factory
2025-12-18 16:25:56 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,8 @@ on:
push:
branches:
- main
pull_request:
pull_request_review:
workflow_dispatch:
permissions:
@@ -14,8 +15,6 @@ jobs:
flake-check:
name: Flake Check
runs-on: [self-hosted, nix-builder]
# Only auto-run on main branch, PRs require workflow_dispatch
if: gitea.event_name == 'push' && gitea.ref == 'refs/heads/main'
needs: [format-check]
steps:
- name: Checkout repository

View File

@@ -121,8 +121,9 @@
};
};
"usda-dash" = builtins.fetchGit {
url = "https://git.factory.uga.edu/MODEL/usda-dash-config.git";
rev = "98f19ed8f8a6fed29d0947604bc14b403547a10d";
url = "git+ssh://git@factory.uga.edu/MODEL/usda-dash-config.git";
rev = "3dfc2ab02533afbbd4c3ac464003700e73a47603";
submodules = true;
};
};
overrides = {