Skip to content

Commit ae6a529

Browse files
authored
Update Studio dependencies in CI only if branch is not 'main' (#1473)
1 parent fc8166f commit ae6a529

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/tests-studio.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,9 @@ jobs:
8484
backend/datachain/pyproject.toml
8585
8686
- name: Update DataChain requirement in Studio
87-
env:
88-
DATACHAIN_BRANCH: ${{ env.BRANCH }}
87+
if: ${{ env.BRANCH != 'main' }}
8988
working-directory: backend
90-
run: make update_datachain_deps "$DATACHAIN_BRANCH"
89+
run: make update_datachain_deps "${{ env.BRANCH }}"
9190

9291
- name: Check out repository
9392
uses: actions/checkout@v5

0 commit comments

Comments
 (0)