mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
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:
parent
62ea14a072
commit
65e01400c0
1 changed files with 18 additions and 0 deletions
18
.github/workflows/ci-cross-version-upgrade.yaml
vendored
Normal file
18
.github/workflows/ci-cross-version-upgrade.yaml
vendored
Normal 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"
|
||||
Loading…
Reference in a new issue