Add condition to format
This commit is contained in:
parent
af5438a0a0
commit
1f1fb24aea
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ pipeline:
|
||||||
image: nixery.dev/shell/alejandra
|
image: nixery.dev/shell/alejandra
|
||||||
commands:
|
commands:
|
||||||
- alejandra .
|
- alejandra .
|
||||||
|
when:
|
||||||
|
- event: cron
|
||||||
|
- event: manual
|
||||||
git-push:
|
git-push:
|
||||||
image: nixery.dev/shell/openssh/gitfull/git-lfs/gnupg/shadow
|
image: nixery.dev/shell/openssh/gitfull/git-lfs/gnupg/shadow
|
||||||
commands:
|
commands:
|
||||||
|
|
Reference in a new issue