Skip to content

Commit

Permalink
Merge pull request #13468 from Budibase/fix/oss-build
Browse files Browse the repository at this point in the history
Use correct variable for checking OSS user (or fork) in CI build
  • Loading branch information
mike12345567 committed Apr 11, 2024
2 parents 45f39da + f86d9f1 commit 0a54396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/budibase_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 0a54396

Please sign in to comment.