Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH BlueZ v1] workflows: allow the sync workflow to be triggered manually
@ 2026-09-10 17:21 Luiz Augusto von Dentz
  2026-09-10 17:30 ` patchwork-bot+bluetooth
  0 siblings, 1 reply; 2+ messages in thread
From: Luiz Augusto von Dentz @ 2026-09-10 17:21 UTC (permalink / raw)
  To: linux-bluetooth

From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BlueZ v1] workflows: allow the sync workflow to be triggered manually
  2026-09-10 17:21 [PATCH BlueZ v1] workflows: allow the sync workflow to be triggered manually Luiz Augusto von Dentz
@ 2026-09-10 17:30 ` patchwork-bot+bluetooth
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+bluetooth @ 2026-09-10 17:30 UTC (permalink / raw)
  To: Luiz Augusto von Dentz; +Cc: linux-bluetooth

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu, 10 Sep 2026 13:21:04 -0400 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> 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.
> 
> [...]

Here is the summary with links:
  - [BlueZ,v1] workflows: allow the sync workflow to be triggered manually
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=51d1b7924e55

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2026-09-10 17:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-10 17:21 [PATCH BlueZ v1] workflows: allow the sync workflow to be triggered manually Luiz Augusto von Dentz
2026-09-10 17:30 ` patchwork-bot+bluetooth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox