1
0
Fork 0
mirror of synced 2024-05-21 12:53:29 +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 run: yarn build:oss
- name: Build account portal - name: Build account portal
run: yarn 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 # Check the types of the projects built via esbuild
- name: Check types - name: Check types
run: | run: |