Skip to content

Commit f335613

Browse files
committed
Remove duplicate checkout step
1 parent e7af117 commit f335613

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/preview-build.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,6 @@ jobs:
5858
uses: jlumbroso/free-disk-space@main
5959
with:
6060
tool-cache: false
61-
62-
- name: Checkout
63-
if: github.event_name == 'push' || steps.check-files.outputs.any_changed == 'true'
64-
uses: actions/checkout@v4
65-
with:
66-
ref: ${{ github.event.pull_request.head.sha || github.ref }}
67-
persist-credentials: false
6861

6962
- name: Create Deployment
7063
if: github.event_name == 'push' || (steps.check-files.outputs.any_changed == 'true' && startsWith(github.event_name, 'pull_request'))

0 commit comments

Comments
 (0)