1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Merge branch 'master' into slim-down-integration-tests

This commit is contained in:
Sam Rose 2024-04-11 17:19:16 +01:00 committed by GitHub
commit 48a7bd532b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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