<!DOCTYPE html>
<html data-lt-installed="true">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body style="padding-bottom: 1px;">
<p>Hi, Sergey!</p>
<p>thanks for the patch! LGTM<br>
</p>
<div class="moz-cite-prefix">On 19.03.2025 10:48, Sergey Kaplun
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20250319074802.20931-1-skaplun@tarantool.org">
<pre wrap="" class="moz-quote-pre">This patch prevents runs of the aforementioned workflow until the
corresponding workflow in the Tarantool is fixed.
Relates to tarantool/tarantool#11220
---
Branch: <a class="moz-txt-link-freetext" href="https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-disable-ecosystem-intergration">https://github.com/tarantool/luajit/tree/skaplun/gh-noticket-disable-ecosystem-intergration</a>
See also: <a class="moz-txt-link-freetext" href="https://github.com/tarantool/tarantool/pull/11220">https://github.com/tarantool/tarantool/pull/11220</a>
.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:
+ # <a class="moz-txt-link-freetext" href="https://github.com/tarantool/tarantool/pull/11220">https://github.com/tarantool/tarantool/pull/11220</a>.
+ - '**'
tags-ignore:
- '**'
</pre>
</blockquote>
</body>
<lt-container></lt-container>
</html>