1
1
openwrt/.github
Hauke Mehrtens 3c7a1418c1
github: separate concurrency group per event for kernel and packages
Manual workflow_dispatch and push share the same ref on main, so
they previously landed in the same concurrency group
'Build Kernel-refs/heads/main' (and the equivalent for the packages
workflow). With cancel-in-progress: false for non-PR events, only
one run can be pending per group: a newer queued run cancels the
older pending one.

That made the manual trigger unreliable in both directions. A push
landing while a dispatch was queued displaced the dispatch (so the
ccache reseed never ran), and dispatching while a push was queued
displaced the push (so the legitimate per-commit build was lost).

Adding github.event_name to the concurrency group puts pushes,
dispatches, and pull_requests in separate buckets on the same ref,
so they no longer compete with each other.

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>
2026-05-11 15:36:58 +02:00
..
ISSUE_TEMPLATE github: add labels to bug-report issue to better identify type 2024-04-21 19:37:01 +02:00
workflows github: separate concurrency group per event for kernel and packages 2026-05-11 15:36:58 +02:00
FUNDING.yml meta: create FUNDING.yml 2022-01-26 10:34:02 +01:00
labeler.yml microchipsw: add support for Microchip LAN969x switches 2025-12-03 12:13:17 +01:00
llm-review-rules.md github: extend LLM review rules with three new categories 2026-05-01 20:12:18 +02:00
pull_request_template