1
0
Fork 0
mirror of synced 2024-04-30 10:32:37 +12:00

Updating if statement.

This commit is contained in:
mike12345567 2024-04-11 16:24:11 +01:00
parent f9e1f4b8c4
commit b8685dc245

View file

@ -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: |