Skip to content

Commit 8f9c734

Browse files
gerekonLLVM Project CI Rebase
authored andcommitted
esp/ci: Avoid running 'test_build' job on scheduled rebase pipeline
It will be run after 'rebase_on_main' pushed the rebased branch
1 parent d27eac5 commit 8f9c734

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ rebase_on_main:
9898
build_and_test:
9999
tags: [ "amd64", "build" ]
100100
stage: test_build
101+
extends:
102+
- .rules:not-scheduled-rebase-on-main
101103
artifacts:
102104
paths:
103105
- ${BUILD_DIR}/*.log

0 commit comments

Comments
 (0)