secubox-deb/.github/workflows
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
..
build-all-live-usb.yml fix(image): policy-rc.d so the kiosk (X11/chromium) installs in chroot 2026-06-28 11:05:08 +02:00
build-android-apk.yml
build-eye-remote.yml
build-image.yml
build-installer-iso.yml
build-kernel.yml
build-live-usb.yml
build-multiboot.yml
build-packages.yml fix(ci): build pure-Go pkgs with -d (golang-go metapackage dep-check) (ref #760) 2026-06-28 09:10:45 +02:00
build-secubox-cli.yml
build-webext.yml
dashboard-cache-check.yml
license-check.yml
publish-packages.yml
release.yml fix(ci): release.yml declares workflow_call so sync-all.yml parses 2026-07-21 07:40:48 +02:00
sync-all.yml