Allow failure to not block pipelines for the PR-Agent CI job

(cherry picked from commit dae0820f80)
This commit is contained in:
Ondřej Surý 2026-05-16 17:53:20 +02:00 committed by Ondřej Surý
parent ce794fc7be
commit 8eca13c68a
No known key found for this signature in database
GPG key ID: 2820F37E873DEA41

View file

@ -2619,4 +2619,4 @@ pr-agent:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" && $CI_MERGE_REQUEST_SOURCE_PROJECT_PATH == $CI_PROJECT_PATH && $GITLAB_PERSONAL_ACCESS_TOKEN && $OPENAI_KEY'
when: manual
- when: never
allow_failure: true