Skip to content

Commit

Permalink
Fix trigger of anod job in CI config
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Feb 9, 2024
1 parent 84c5923 commit 0fe0dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,8 @@ changelog:
anod:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
- changes:
- poetry.lock
changes:
- poetry.lock
script:
- |
if [[ "$CI_MERGE_REQUEST_LABELS" != *"Anod"* ]]; then
Expand Down

0 comments on commit 0fe0dce

Please sign in to comment.