]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
github: add workflow_dispatch trigger to kernel and packages
authorHauke Mehrtens <hauke@hauke-m.de>
Sun, 10 May 2026 14:27:26 +0000 (16:27 +0200)
committerChristian Marangi <ansuelsmth@gmail.com>
Mon, 11 May 2026 13:36:58 +0000 (15:36 +0200)
Allow the Build Kernel and Build all core packages workflows to be
launched manually from the Actions tab. The shared workflow side
detects workflow_dispatch and, for Build Kernel, rebuilds the full
target/subtarget matrix including testing kernel versions, so a
manual run can re-seed the s3 ccache when a queued push run got
displaced from the concurrency queue by the next commit on main.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Link: https://github.com/openwrt/openwrt/pull/23283
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
.github/workflows/kernel.yml
.github/workflows/packages.yml

index 43c610ab4f00cbf5813130d19454291dff9ccaa1..d45ed6f0fc3603b47c3d9b75237ceb81593bf4f7 100644 (file)
@@ -19,6 +19,7 @@ on:
       - 'target/linux/**'
     branches-ignore:
       - master
+  workflow_dispatch:
 
 permissions:
   contents: read
index f061c1cd371a5d79f9ef93ea7d1333f242799a91..f26b0ee94e8f81b6c7007946791b25cb3dcfa325 100644 (file)
@@ -19,6 +19,7 @@ on:
       - 'toolchain/**'
     branches-ignore:
       - master
+  workflow_dispatch:
 
 permissions:
   contents: read