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
This commit is contained in:
Paul Rastoin 2026-04-21 14:19:28 +02:00 committed by GitHub
parent 62ea14a072
commit 65e01400c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"