ci: Fix e2e workflow to always use condition (#5994)

Fix e2e workflow to always use condition
This commit is contained in:
Jonathan Tran
2025-03-25 19:18:57 -04:00
committed by GitHub
parent c0cdcb1b98
commit 58861cd24a

View File

@ -344,7 +344,7 @@ jobs:
run: yarn tronb:vite:dev
- name: Install vector
if: contains(matrix.os, 'ubuntu')
if: ${{ needs.conditions.outputs.should-run == 'true' && contains(matrix.os, 'ubuntu') }}
shell: bash
run: |
curl --proto '=https' --tlsv1.2 -sSfL https://sh.vector.dev > /tmp/vector.sh