Skip to content

Commit 94a43b5

Browse files
committed
add skip_checkout option to build job
1 parent 1b7785b commit 94a43b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,5 @@ jobs:
3838
commit_message: "build: ${{ github.sha }}"
3939
branch: build
4040
commit_options: "--no-verify"
41-
push_options: "--no-verify"
41+
push_options: "--no-verify"
42+
skip_checkout: true

0 commit comments

Comments
 (0)