secubox-deb/.github
CyberMind-FR 03b4e3ff72 fix(ci): release.yml declares workflow_call so sync-all.yml parses
sync-all.yml's release job does `uses: ./.github/workflows/release.yml`, but
release.yml only declared push/workflow_dispatch triggers — a reusable-workflow
reference to a workflow without `on: workflow_call:` makes the CALLER fail at
startup ('workflow file issue'), which is why every sync-all run was red at 0s.
Add a bare workflow_call trigger (tag-push + dispatch paths unchanged; the
release job is tags-guarded and sync-all runs on branch pushes, so the callable
path is not exercised — this only restores a valid reference).

Co-Authored-By: Gerald KERMA <devel@cybermind.fr>
2026-07-21 07:40:48 +02:00
..
ISSUES secubox-p2p: Kademlia DHT + federation health-checks + hierarchical master-link (#774) (#775) 2026-07-03 06:59:35 +02:00
workflows fix(ci): release.yml declares workflow_call so sync-all.yml parses 2026-07-21 07:40:48 +02:00