diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 68dcd76..d4414c6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,7 +41,8 @@ jobs: with: fetch-depth: 0 submodules: recursive - repository: ${{ matrix.LUA == 'tarantool' && 'tarantool/tarantool' || github.repository }} + ref: ${{ matrix.LUA == 'tarantool' && 'ligurio/gh-xxxx-reuse-fuzzing-tests' || 'master' }} + repository: ${{ matrix.LUA == 'tarantool' && 'ligurio/tarantool' || github.repository }} - name: Setup common packages run: |