skip clone on update
This commit is contained in:
parent
48672ef24e
commit
2bb0f63d2c
2 changed files with 2 additions and 3 deletions
|
@ -73,3 +73,4 @@ pipeline:
|
|||
when:
|
||||
- event: cron
|
||||
- event: manual
|
||||
skip_clone: true
|
||||
|
|
|
@ -1,6 +1,3 @@
|
|||
clone:
|
||||
git:
|
||||
image: woodpeckerci/plugin-git
|
||||
pipeline:
|
||||
clone2:
|
||||
image: nixery.dev/shell/gitfull
|
||||
|
@ -121,3 +118,4 @@ matrix:
|
|||
- python-instagram
|
||||
- element-web
|
||||
- woodpecker-server
|
||||
skip_clone: true
|
||||
|
|
Reference in a new issue