From 65e01400c02f105ad12e43a2959be4b64de8fe16 Mon Sep 17 00:00:00 2001 From: Paul Rastoin <45004772+prastoin@users.noreply.github.com> Date: Tue, 21 Apr 2026 14:19:28 +0200 Subject: [PATCH] Cross version ci placeholder (#19932) Created this empty workflow so it appears on main and is pickable from a different branch to start testing the whole flow --- .../workflows/ci-cross-version-upgrade.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/workflows/ci-cross-version-upgrade.yaml diff --git a/.github/workflows/ci-cross-version-upgrade.yaml b/.github/workflows/ci-cross-version-upgrade.yaml new file mode 100644 index 00000000000..1bfe081001d --- /dev/null +++ b/.github/workflows/ci-cross-version-upgrade.yaml @@ -0,0 +1,18 @@ +name: CI Cross-Version Upgrade + +permissions: + contents: read + +on: + push: + tags: + - 'v[0-9]+.[0-9]+.[0-9]+' + workflow_dispatch: + +jobs: + cross-version-upgrade: + timeout-minutes: 45 + runs-on: ubuntu-latest + steps: + - name: Placeholder + run: echo "Cross-version upgrade CI — not yet implemented"