Skip to content

Commit b273407

Browse files
committed
Delete unnecessary checkout
1 parent 7794d10 commit b273407

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/preview-deploy.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,6 @@ jobs:
1414
github.event.workflow_run.conclusion == 'success'
1515
1616
steps:
17-
- uses: actions/checkout@v6
18-
with:
19-
ref: ${{ github.event.workflow_run.head_branch }}
20-
2117
- name: Download PR number
2218
uses: actions/download-artifact@v8
2319
with:
@@ -76,10 +72,6 @@ jobs:
7672
github.event.workflow_run.conclusion == 'success'
7773
7874
steps:
79-
- uses: actions/checkout@v6
80-
with:
81-
ref: ${{ github.event.workflow_run.head_branch }}
82-
8375
- name: Download PR number
8476
uses: actions/download-artifact@v8
8577
with:

0 commit comments

Comments
 (0)