Skip to content

Commit dc70305

Browse files
committed
checkout
1 parent bc639a6 commit dc70305

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/twister.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,13 @@ jobs:
211211
if: success() || failure()
212212

213213
steps:
214+
- name: Checkout
215+
uses: actions/checkout@v4
216+
with:
217+
ref: ${{ github.event.pull_request.head.sha }}
218+
fetch-depth: 0
219+
persist-credentials: false
220+
214221
- name: Download Artifacts
215222
uses: actions/download-artifact@v4
216223
with:

0 commit comments

Comments
 (0)