From 87d04732a11c8cca40be0b616785b7252c21d9ed Mon Sep 17 00:00:00 2001 From: edbfi <326875205+edbfi@users.noreply.github.com> Date: Thu, 24 Sep 2026 14:11:25 +0200 Subject: [PATCH] test(ci): pilot probe for a branch behind main Signed-off-by: edbfi <326875205+edbfi@users.noreply.github.com> --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eca86f7..dd8d5d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,6 +23,7 @@ permissions: concurrency: group: ci-${{ github.event_name }}-${{ github.event.pull_request.number || github.ref }} cancel-in-progress: true +# Automerge pilot probe (behind); never merged. jobs: guard: runs-on: ubuntu-26.04