Skip to content

Commit

Permalink
fix(ci): finefoods-mui incorrect name and strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 23, 2024
1 parent 100ab8b commit 96b05ac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/example-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ on:
required: true
options:
- finefoods-antd
- finefoods-mui
- finefoods-client
- finefoods-material-ui
- app-crm
- pixels
- invoicer
Expand All @@ -33,14 +34,17 @@ jobs:
with:
filters: |
'finefoods-antd': 'examples/finefoods-antd/**'
'finefoods-mui': 'examples/finefoods-mui/**'
'finefoods-client': 'examples/finefoods-client/**'
'finefoods-material-ui': 'examples/finefoods-material-ui/**'
'app-crm': 'examples/app-crm/**'
'pixels': 'examples/pixels/**'
'invoicer': 'examples/invoicer/**'
preview:
runs-on: ubuntu-latest
needs: changes
strategy:
fail-fast: false
max-parallel: 6
matrix:
example: ${{ fromJSON(needs.changes.outputs.examples) }}
steps:
Expand Down

0 comments on commit 96b05ac

Please sign in to comment.