mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-12 00:43:55 -07:00
ci: wire orchestrator integration tests into integrity check
- Add workflow_call trigger to validate-orchestrator-integration.yml so other workflows can invoke the exhaustive test suite - Add orchestrator-integration job to integrity-check.yml that runs on pushes to main (skipped on PRs to avoid 1-2h CI time) - Daily cron + manual dispatch remain as fallback triggers Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -12,6 +12,7 @@ name: Orchestrator Integration Tests
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
workflow_call: # Allow integrity-check.yml and other workflows to invoke these tests
|
||||
schedule:
|
||||
- cron: '0 3 * * *' # Daily at 3 AM UTC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user