Fixing condition
This commit is contained in:
parent
2fd95cf65f
commit
be6a23c004
1 changed files with 3 additions and 4 deletions
|
|
@ -19,11 +19,10 @@ check_readme_changes:
|
||||||
paths:
|
paths:
|
||||||
- README.md
|
- README.md
|
||||||
rules:
|
rules:
|
||||||
- if: '$CI_PIPELINE_SOURCE == "push"'
|
|
||||||
when: always
|
|
||||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||||
when: always
|
when: always
|
||||||
- changes:
|
- if: '$CI_PIPELINE_SOURCE == "push"'
|
||||||
|
changes:
|
||||||
paths:
|
paths:
|
||||||
- README.qmd
|
- README.qmd
|
||||||
when: always
|
when: always
|
||||||
|
|
@ -47,4 +46,4 @@ commit_and_push:
|
||||||
only:
|
only:
|
||||||
- branches
|
- branches
|
||||||
dependencies:
|
dependencies:
|
||||||
- check_readme_changes
|
- check_readme_changes
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue