Hi, Sergey, thanks for the patch! LGTM Sergey On 3/6/26 14:49, Sergey Kaplun wrote: > This patch reverts the commit d101ad5687d440f143f5570c40c7c8b62c45245b > ("ci: disable integration-tarantool-ecosystem.yml") since the workflow > is fixed. > > Follows up tarantool/tarantool#11220 > --- > > Branch:https://github.com/tarantool/luajit/tree/skaplun/gh-11220-tarantool-integration > > .github/workflows/integration-tarantool-ecosystem.yml | 4 ---- > 1 file changed, 4 deletions(-) > > diff --git a/.github/workflows/integration-tarantool-ecosystem.yml b/.github/workflows/integration-tarantool-ecosystem.yml > index 7b37bf86..5621a46c 100644 > --- a/.github/workflows/integration-tarantool-ecosystem.yml > +++ b/.github/workflows/integration-tarantool-ecosystem.yml > @@ -11,10 +11,6 @@ on: > - '**-notest' > - '**-nointegration' > - 'upstream-**' > - # FIXME: Temporarily disable this workflow until it is > - # fixed on the Tarantool's side. See also: > - #https://github.com/tarantool/tarantool/pull/11220. > - - '**' > tags-ignore: > - '**' >