[ci] refactor

This commit is contained in:
JAremko 2021-07-06 15:56:57 +03:00 committed by Eugene Yaremenko
parent d78d8282f5
commit 968713e749

View file

@ -127,11 +127,12 @@ workflows:
and:
- equal: [<< pipeline.parameters.is_branch_update >>, "yes"]
- equal: [<< pipeline.git.branch >>, "develop"]
- equal: [<< pipeline.parameters.prj_url >>, << pipeline.project.git_url >>]
jobs:
- "Update documentation files"
update-built-in:
when:
equal: [ << pipeline.parameters.is_branch_update >>, "yes"]
equal: [<< pipeline.parameters.prj_url >>, << pipeline.project.git_url >>]
triggers:
- schedule:
cron: "0 0,6,12,18 * * *"