Compare commits

2 Commits

Author SHA1 Message Date
UGA Innovation Factory
7b8dcc7621 run on pr review, not pr 2025-12-18 19:17:11 +00:00
hdh20267
7941135cb3 Merge pull request 'ci-update' (#1) from ci-update into main
All checks were successful
CI / Format Check (push) Successful in 2s
CI / Flake Check (push) Successful in 1m15s
CI / Evaluate Key Configurations (nix-builder) (push) Successful in 10s
CI / Evaluate Key Configurations (nix-desktop1) (push) Successful in 12s
CI / Evaluate Key Configurations (nix-laptop1) (push) Successful in 8s
CI / Evaluate Artifacts (installer-iso-nix-laptop1) (push) Successful in 16s
CI / Evaluate Artifacts (lxc-nix-builder) (push) Successful in 10s
Reviewed-on: http://192.168.10.171/UGA-Innovation-Factory/athenix/pulls/1
2025-12-18 19:10:31 +00:00

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