Skip to content

Commit e1ba553

Browse files
committed
Merge branch 'lektor' into event-backlog
2 parents b42a3da + 5c751f5 commit e1ba553

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,12 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: contains(github.event.pull_request.labels.*.name, 'preview')
1111
steps:
12-
- uses: actions/checkout@v4
12+
- name: Checkout
13+
uses: actions/checkout@v4
14+
with:
15+
ref: ${{ github.event.pull_request.head.sha }}
16+
fetch-depth: 0
17+
1318
- name: Set up Python
1419
uses: actions/setup-python@v5
1520
with:

0 commit comments

Comments
 (0)