Update .gitlab-ci.yml file

This commit is contained in:
lacoste louis 2025-05-15 22:41:47 +02:00
parent 67b9406818
commit 2fd95cf65f

View file

@ -47,13 +47,4 @@ commit_and_push:
only:
- branches
dependencies:
- check_readme_changes
rules:
- if: '$CI_PIPELINE_SOURCE == "push"'
when: always
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
when: always
- changes:
paths:
- README.qmd
when: always
- check_readme_changes