ci(linux): fix workflow [skip ci]
This commit is contained in:
parent
3d7a4ca324
commit
333d381b79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stable-linux.yml
vendored
2
.github/workflows/stable-linux.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue