-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(examples): move
app-crm
to "Enterprise Edition" (#6383)
- Loading branch information
1 parent
921c08d
commit 4184d40
Showing
248 changed files
with
108 additions
and
26,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,6 @@ on: | |
- "examples/finefoods-antd/**" | ||
- "examples/finefoods-client/**" | ||
- "examples/finefoods-material-ui/**" | ||
- "examples/app-crm/**" | ||
- "examples/pixels/**" | ||
- "examples/invoicer/**" | ||
types: | ||
|
@@ -24,25 +23,24 @@ jobs: | |
examples: ${{ steps.filter.outputs.changes }} | ||
all_examples: ${{ steps.deploy-previews-label.outputs.all_examples }} | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- name: Get PR labels | ||
id: pr-labels | ||
uses: joerick/[email protected] | ||
- name: 'Check deploy previews label' | ||
if: ${{ contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: deploy-previews-label | ||
run: echo 'all_examples=["finefoods-antd", "finefoods-client", "finefoods-material-ui", "app-crm", "pixels", "invoicer"]' >> $GITHUB_OUTPUT | ||
- uses: dorny/paths-filter@v3 | ||
if: ${{ !contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: filter | ||
with: | ||
filters: | | ||
'finefoods-antd': 'examples/finefoods-antd/**' | ||
'finefoods-client': 'examples/finefoods-client/**' | ||
'finefoods-material-ui': 'examples/finefoods-material-ui/**' | ||
'app-crm': 'examples/app-crm/**' | ||
'pixels': 'examples/pixels/**' | ||
'invoicer': 'examples/invoicer/**' | ||
- uses: actions/checkout@v4 | ||
- name: Get PR labels | ||
id: pr-labels | ||
uses: joerick/[email protected] | ||
- name: "Check deploy previews label" | ||
if: ${{ contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: deploy-previews-label | ||
run: echo 'all_examples=["finefoods-antd", "finefoods-client", "finefoods-material-ui", "pixels", "invoicer"]' >> $GITHUB_OUTPUT | ||
- uses: dorny/paths-filter@v3 | ||
if: ${{ !contains(steps.pr-labels.outputs.labels, ' deploy-previews ') }} | ||
id: filter | ||
with: | ||
filters: | | ||
'finefoods-antd': 'examples/finefoods-antd/**' | ||
'finefoods-client': 'examples/finefoods-client/**' | ||
'finefoods-material-ui': 'examples/finefoods-material-ui/**' | ||
'pixels': 'examples/pixels/**' | ||
'invoicer': 'examples/invoicer/**' | ||
deploy_previews: | ||
runs-on: ubuntu-latest | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.