fix bad habits
Some checks failed
ci/woodpecker/push/age-check Pipeline was successful
ci/woodpecker/push/build-deploy Pipeline was successful
ci/woodpecker/manual/age-check Pipeline failed
ci/woodpecker/manual/build-deploy Pipeline was successful

This commit is contained in:
Louis 2025-04-29 16:20:43 +02:00
parent 4a99712ea5
commit 7019e00ced
2 changed files with 4 additions and 1 deletions

View file

@ -4,7 +4,8 @@ steps:
commands: commands:
- /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed" - /bin/sh -c 'update-age.sh' && echo "Age check succeeded" || echo "Age check failed"
when: when:
- event: [cron, manual] - branch: main
event: [cron, manual]
- name: push commit - name: push commit
image: appleboy/drone-git-push image: appleboy/drone-git-push

View file

@ -12,6 +12,7 @@ steps:
when: when:
- path: - path:
include: ["*.tex"] include: ["*.tex"]
event: [push, pull_request]
- name: deploy - name: deploy
image: *GIT_VERSION image: *GIT_VERSION
@ -63,3 +64,4 @@ steps:
when: when:
- path: - path:
include: ["*.tex"] include: ["*.tex"]
event: [push, pull_request]