oxipng/.github/workflows
vlakoff 8d1ead4eef
Prevent redundant runs and potential concurrency collisions with Merge Queue
When a PR enters the merge queue, GitHub triggers both a 'merge_group'
and a 'push' event. These events might share the same concurrency key
as they both reference the temporary 'gh-readonly-queue/' branch.

This creates a race condition where the redundant 'push' job could
incorrectly cancel the official 'merge_group' run. This commit adds
an explicit filter to ignore 'push' events on queue branches,
ensuring CI stability and saving runner minutes.
2026-04-30 01:37:01 +02:00
..
deploy.yml Implement merge_group trigger and concurrency control 2026-04-23 00:17:37 +02:00
docker.yml Prevent redundant runs and potential concurrency collisions with Merge Queue 2026-04-30 01:37:01 +02:00
oxipng.yml Prevent redundant runs and potential concurrency collisions with Merge Queue 2026-04-30 01:37:01 +02:00