Skip to content

Commit 7c90638

Browse files
committed
Add checkout step
1 parent 74410bc commit 7c90638

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/run-examples-prep.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ jobs:
1414
# python-version: ['3.11', '3.12', '3.13']
1515

1616
steps:
17+
- uses: actions/checkout@v4
18+
with:
19+
fetch-depth: 0
20+
ref: ${{ github.event.pull_request.head.ref }}
1721

1822
- name: Push the new run-examples yaml config
1923
shell: bash

0 commit comments

Comments
 (0)