Skip to content

Commit

Permalink
Merge pull request #2929 from activepieces/chore-disable-private-pieces
Browse files Browse the repository at this point in the history
chore: disable private pieces
  • Loading branch information
khaledmashaly committed Oct 9, 2023
2 parents 51b17a8 + 3f2a957 commit b83cc1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-cloud-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
Release:
env:
MY_VERSION: 21
MY_VERSION: 22
runs-on: ubuntu-latest
steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/src/app/flags/flag.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const flagService = {
},
{
id: ApFlagId.PRIVATE_PIECES_ENABLED,
value: getEdition() !== ApEdition.COMMUNITY,
value: false,
created,
updated,
},
Expand Down

0 comments on commit b83cc1c

Please sign in to comment.