Skip to content

Commit bc67fde

Browse files
committed
user ternary operator [TO SQUASH]
1 parent 26af78f commit bc67fde

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,11 @@ jobs:
3737
fail-fast: false
3838
runs-on: ubuntu-22.04
3939
steps:
40-
- uses: actions/checkout@v4
41-
if: ${{ matrix.LUA != 'tarantool' }}
42-
4340
- uses: actions/checkout@v4
4441
with:
4542
fetch-depth: 0
4643
submodules: recursive
47-
repository: 'tarantool/tarantool'
48-
if: ${{ matrix.LUA == 'tarantool' }}
44+
repository: ${{ matrix.LUA == 'tarantool' && 'tarantool/tarantool' || github.repository }} }}
4945

5046
- name: Setup common packages
5147
run: |

0 commit comments

Comments
 (0)