Compare commits

8 Commits

Author SHA1 Message Date
UGA Innovation Factory
f65ba590a6 update external config for usda-dash 2025-12-18 16:24:37 -05:00
UGA Innovation Factory
0ffb73283d update external config for usda-dash 2025-12-18 16:15:42 -05:00
UGA Innovation Factory
7b47038213 update external docker module 2025-12-18 16:15:42 -05:00
UGA Innovation Factory
090f8081ff update external usda-dash-config repo 2025-12-18 16:15:42 -05:00
UGA Innovation Factory
ec9ec88d5a use submodules for usda-dash 2025-12-18 16:15:42 -05:00
UGA Innovation Factory
bfa907aa73 use ssh for usda-dash git fetch 2025-12-18 16:15:42 -05:00
UGA Innovation Factory
d055e875ac docker compose runner for usda-dash 2025-12-18 16:15:42 -05:00
UGA Innovation Factory
385a7e4a0a run on pr review, not pr 2025-12-18 16:15:42 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,8 @@ on:
push: push:
branches: branches:
- main - main
pull_request: pull_request_review:
workflow_dispatch: workflow_dispatch:
permissions: permissions:
@@ -14,8 +15,6 @@ jobs:
flake-check: flake-check:
name: Flake Check name: Flake Check
runs-on: [self-hosted, nix-builder] 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] needs: [format-check]
steps: steps:
- name: Checkout repository - name: Checkout repository

View File

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