oxipng/.github/workflows
vlakoff 4f0bb03680
Isolate merge_group concurrency to prevent race conditions
Implement a prefix-based concurrency group to ensure GitHub Merge Queue
events are not prematurely cancelled by simultaneous push events.

- Use 'mq-' prefix in concurrency keys for merge_group events to create
  isolated groups distinct from standard push events.
- Maintain PR number in keys to allow synchronize events to cancel
  stale runs, preserving CI efficiency.
- Simplify job filters to skip redundant push runs on internal merge
  queue branches.
2026-04-30 08:26:54 +02:00
..
deploy.yml Implement merge_group trigger and concurrency control 2026-04-23 00:17:37 +02:00
docker.yml Isolate merge_group concurrency to prevent race conditions 2026-04-30 08:26:54 +02:00
oxipng.yml Isolate merge_group concurrency to prevent race conditions 2026-04-30 08:26:54 +02:00