Commit 7fe66aa1 authored by tongzifang's avatar tongzifang

fix: replace rules with only for older GitLab compatibility

parent a9a65dc5
...@@ -25,5 +25,5 @@ ai-code-review: ...@@ -25,5 +25,5 @@ ai-code-review:
after_script: after_script:
- rm -rf /tmp/ai-code-review-${CI_JOB_ID} - rm -rf /tmp/ai-code-review-${CI_JOB_ID}
allow_failure: true allow_failure: true
rules: only:
- if: $CI_PIPELINE_SOURCE == "push" - branches
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment