Updating if statement.
This commit is contained in:
parent
f9e1f4b8c4
commit
b8685dc245
|
@ -68,7 +68,7 @@ jobs:
|
|||
run: yarn build:oss
|
||||
- name: Build account portal
|
||||
run: yarn build:account-portal
|
||||
if: inputs.run_as_oss != true
|
||||
if: ${{ env.IS_OSS_CONTRIBUTOR == 'false' }}
|
||||
# Check the types of the projects built via esbuild
|
||||
- name: Check types
|
||||
run: |
|
||||
|
|
Loading…
Reference in New Issue