ci(linux): fix workflow [skip ci]

This commit is contained in:
Baptiste Augrain 2024-02-25 18:42:23 +01:00
parent 3d7a4ca324
commit 333d381b79

View file

@ -105,7 +105,7 @@ jobs:
env:
PULL_REQUEST_ID: ${{ github.event.inputs.checkout_pr }}
run: ./get_repo.sh
if: needs.check.outputs.SHOULD_BUif: env.SHOULD_BUILD == 'yes'
if: env.SHOULD_BUILD == 'yes'
- name: Build
env: