Running CI checks only if the author is me
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/deployment/woodpecker Pipeline was successful

This commit is contained in:
Cloudyy 2024-04-07 18:33:53 -03:00
parent 91d22214ad
commit 7c9d0e75e8
Signed by: cloudyy
GPG key ID: 035104A645BAEADD

View file

@ -4,6 +4,8 @@ steps:
commands:
- $HOME/.bun/bin/bun install
- $HOME/.bun/bin/bun astro check
when:
evaluate: 'CI_COMMIT_AUTHOR == "cloudyy"'
preview:
image: fish
commands: