-
-
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 refine-ee and change name of app-crm…
…-minimal to app-crm-ce
- Loading branch information
1 parent
2f4fc5b
commit 300f19a
Showing
347 changed files
with
2,085 additions
and
28,732 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", "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/**' | ||
'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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.