Skip to content

Commit 005d3e5

Browse files
committed
[Do Not Merge] ci: don't care about chekcout error
Signed-off-by: Akira Moroo <retrage01@gmail.com>
1 parent c483cc6 commit 005d3e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
steps:
1717
- name: Code checkout
1818
uses: actions/checkout@v4
19+
continue-on-error: true
1920
with:
2021
fetch-depth: 0
2122
clean: false

0 commit comments

Comments
 (0)