We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 885bfa6 commit 0e6cbd4Copy full SHA for 0e6cbd4
.github/workflows/test.yaml
@@ -41,7 +41,8 @@ jobs:
41
with:
42
fetch-depth: 0
43
submodules: recursive
44
- repository: ${{ matrix.LUA == 'tarantool' && 'tarantool/tarantool' || github.repository }}
+ ref: ${{ matrix.LUA == 'tarantool' && 'ligurio/gh-xxxx-reuse-fuzzing-tests' || github.repository }}
45
+ repository: ${{ matrix.LUA == 'tarantool' && 'ligurio/tarantool' || github.repository }}
46
47
- name: Setup common packages
48
run: |
0 commit comments