Skip to content
代码片段 群组 项目
未验证 提交 f3bc85f4 编辑于 作者: Rémy Coutable's avatar Rémy Coutable
浏览文件

ci: Run pipelines for the `ruby3` branch


Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
上级 3ccbdfe1
No related branches found
No related tags found
无相关合并请求
......@@ -49,6 +49,11 @@ workflow:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule" && $SCHEDULE_TYPE == "maintenance"'
variables:
CRYSTALBALL: "true"
# Run pipelines for ruby3 branch
- if: '$CI_COMMIT_BRANCH == "ruby3"'
variables:
RUBY_VERSION: "3.0"
NOTIFY_PIPELINE_FAILURE_CHANNEL: "f_ruby3"
# For `$CI_DEFAULT_BRANCH` branch, create a pipeline (this includes on schedules, pushes, merges, etc.).
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
# For tags, create a pipeline.
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册