Update .gitlab-ci.yml file

This commit is contained in:
Christoph Schabert 2023-10-31 12:16:58 +01:00
parent fc211daf25
commit 57aa62d68e

View File

@ -38,5 +38,5 @@ localazy update:
git commit -m "push back localazy update"
git push gitlab_origin HEAD:${CI_COMMIT_REF_NAME} -o ci.skip
fi
only:
- scheduled
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"