Skip to content

Commit 36d1183

Browse files
authored
Allow unsafe PR checkout in CI documentation workflow
1 parent 81d9865 commit 36d1183

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci_documentation.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
uses: actions/checkout@v7
4343
with:
4444
ref: "refs/pull/${{ github.event.number }}/merge"
45+
allow-unsafe-pr-checkout: true
4546

4647
- name: Install Doxygen
4748
uses: seqan/actions/setup-doxygen@main

0 commit comments

Comments
 (0)