Skip to content

Commit

Permalink
fix(ci): typo on label name
Browse files Browse the repository at this point in the history
  • Loading branch information
BatuhanW committed May 24, 2024
1 parent a34af82 commit 897e201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-previews.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: 'Check deploy previews label'
id: deploy-previews-label
run: echo 'all_examples=["finefoods-antd", "finefoods-client", "finefoods-material-ui", "app-crm", "pixels", "invoicer"]' > $GITHUB_OUTPUT
if: ${{ github.event.label.name == 'deploy preview' }}
if: ${{ github.event.label.name == 'deploy previews' }}
- uses: dorny/paths-filter@v3
id: filter
with:
Expand Down

0 comments on commit 897e201

Please sign in to comment.