Run merge request pipelines instead of two different ones

このコミットが含まれているのは:
tusooa 2023-04-28 18:20:44 -04:00
コミット 5f8a34c51d
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 7B467EDE43A08224
1個のファイルの変更8行の追加0行の削除

ファイルの表示

@ -10,6 +10,14 @@ stages:
- test
- deploy
# https://git.pleroma.social/help/ci/yaml/workflow.md#switch-between-branch-pipelines-and-merge-request-pipelines
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
check-changelog:
stage: check-changelog
image: alpine