Thread (2 messages) flat view 2 messages, 2 authors, 16d ago
COLD16d

[PATCH BlueZ v1] workflows: allow the sync workflow to be triggered manually

From: Luiz Augusto von Dentz <luiz.dentz@gmail.com>
Date: 2026-09-10 17:21:19
Subsystem: the rest · Maintainer: Linus Torvalds

From: Luiz Augusto von Dentz <redacted>

The scheduled trigger is heavily throttled by Github and the run can be
delayed for hours, which makes it hard to verify a change or to recover
from a failed run. Add workflow_dispatch so the workflow can be started
on demand.
---
 .github/workflows/sync.yml | 1 +
 1 file changed, 1 insertion(+)
diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml
index 504a8d2ac9f5..c9e107ebc348 100644
--- a/.github/workflows/sync.yml
+++ b/.github/workflows/sync.yml
@@ -2,6 +2,7 @@ name: Sync Repositories and Patchwork
 on:
   schedule:
     - cron: "*/5 * * * *"
+  workflow_dispatch:
 
 jobs:
   bluez:
-- 
2.55.0
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help