Hi, Sergey!
thanks for the patch! LGTM
This patch prevents runs of the aforementioned workflow until the corresponding workflow in the Tarantool is fixed. Relates to tarantool/tarantool#11220 --- Branch: https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-disable-ecosystem-intergration See also: https://github.com/tarantool/tarantool/pull/11220 .github/workflows/integration-tarantool-ecosystem.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/integration-tarantool-ecosystem.yml b/.github/workflows/integration-tarantool-ecosystem.yml index ccafd601..e303ae32 100644 --- a/.github/workflows/integration-tarantool-ecosystem.yml +++ b/.github/workflows/integration-tarantool-ecosystem.yml @@ -11,6 +11,10 @@ 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: - '**'