Merge branch 'usda-docker'
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user