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:
|
||||
- README.md
|
||||
rules:
|
||||
- if: '$CI_PIPELINE_SOURCE == "push"'
|
||||
when: always
|
||||
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
|
||||
when: always
|
||||
- changes:
|
||||
- if: '$CI_PIPELINE_SOURCE == "push"'
|
||||
changes:
|
||||
paths:
|
||||
- README.qmd
|
||||
when: always
|
||||
|
|
@ -47,4 +46,4 @@ commit_and_push:
|
|||
only:
|
||||
- branches
|
||||
dependencies:
|
||||
- check_readme_changes
|
||||
- check_readme_changes
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue