deb-collections

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 27036b72955545f96cc7ba8897b6bf91b6a86111
parent b89c5bfd8f427057341421adc46da14b07da5615
Author: Minerva_juppiter <94231606+minerva-jupiter@users.noreply.github.com>
Date:   Wed, 29 Jul 2026 21:07:19 +0900

Update cron schedule for Debian package workflow
Diffstat:
M.github/workflows/cargo-deb.yaml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/cargo-deb.yaml b/.github/workflows/cargo-deb.yaml @@ -2,7 +2,7 @@ name: Build and Publish Debian Packages on: schedule: - - cron: '0 15 * * *' + - cron: '37 15 * * *' workflow_dispatch: permissions: