Skip to content

Commit d3468d5

Browse files
committed
TMP
1 parent bbbafae commit d3468d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ jobs:
4141
with:
4242
fetch-depth: 0
4343
submodules: recursive
44-
repository: ${{ matrix.LUA == 'tarantool' && 'tarantool/tarantool' || github.repository }}
44+
ref: ${{ matrix.LUA == 'tarantool' && 'ligurio/gh-xxxx-reuse-fuzzing-tests' || 'master' }}
45+
repository: ${{ matrix.LUA == 'tarantool' && 'ligurio/tarantool' || github.repository }}
4546

4647
- name: Setup common packages
4748
run: |

0 commit comments

Comments
 (0)