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 47fc796 commit 99c9073Copy full SHA for 99c9073
.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' || 'master' }}
45
+ repository: ${{ matrix.LUA == 'tarantool' && 'ligurio/tarantool' || github.repository }}
46
47
- name: Setup common packages
48
run: |
0 commit comments