Skip to content

Commit f028859

Browse files
committed
fix(ci): checkout repo for master workflow
1 parent b62dbc1 commit f028859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/example-previews.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
all_examples: ${{ steps.deploy-previews-label.outputs.all_examples || false }}
3939
dispatch_example: ${{ join(inputs.example_name) || false }}
4040
steps:
41+
- uses: actions/checkout@v4
4142
- name: Get PR labels
4243
id: pr-labels
4344
uses: joerick/[email protected]
44-
# For pull requests it's not necessary to checkout the code
4545
- name: 'Check deploy previews label'
4646
id: deploy-previews-label
4747
run: echo 'all_examples=["finefoods-antd", "finefoods-client", "finefoods-material-ui", "app-crm", "pixels", "invoicer"]' >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)