Skip to content

Commit 5196f0a

Browse files
committed
fixes gh actions
1 parent 5539181 commit 5196f0a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.github/actions/setup-tarantool/action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ inputs:
55
tarantool-version:
66
description: 'Tarantool version to install'
77
required: true
8-
only_tt:
9-
description: 'Only install tt'
10-
required: false
118

129
runs:
1310
using: "composite"
@@ -16,7 +13,6 @@ runs:
1613
uses: tarantool/setup-tarantool@v3
1714
with:
1815
tarantool-version: ${{ inputs.tarantool-version }}
19-
if: ${{ inputs.only_tt != 'true' }}
2016
- name: add tarantool/modules repo
2117
shell: bash
2218
run: |

.github/workflows/push-rockspec.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
steps:
2222
- uses: actions/checkout@v4
2323
- uses: ./.github/actions/setup-tarantool
24-
with:
25-
only_tt: 'true'
2624

2725
# https://stackoverflow.com/questions/58177786/get-the-current-pushed-tag-in-github-actions
2826
- name: Set env

0 commit comments

Comments
 (0)