Merge pull request #13468 from Budibase/fix/oss-build

Use correct variable for checking OSS user (or fork) in CI build
This commit is contained in:
Michael Drury 2024-04-11 16:37:40 +01:00 committed by GitHub
commit 0a54396f66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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