diff --git a/.github/workflows/budibase_ci.yml b/.github/workflows/budibase_ci.yml index 536992d655..fd4d8cf7c8 100644 --- a/.github/workflows/budibase_ci.yml +++ b/.github/workflows/budibase_ci.yml @@ -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: |