Skip to content

Commit

Permalink
fix interaction between mergequeue and omnibus/go-version file change…
Browse files Browse the repository at this point in the history
… rules (#21897)

fix interaction between mergequeue and omnibus/go-version file change rules
  • Loading branch information
spencergilbert authored Jan 5, 2024
1 parent f0bec52 commit 6227b5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1015,12 +1015,14 @@ workflow:
- <<: *if_run_e2e

.on_omnibus_change:
- !reference [.except_mergequeue] # The prerequisites are not run in the mergequeue pipeline so we need to skip this rule
- changes:
paths:
- omnibus/**/*
compare_to: main # TODO: use a variable, when this is supported https://gitlab.com/gitlab-org/gitlab/-/issues/369916

.on_go-version_change:
- !reference [.except_mergequeue] # The prerequisites are not run in the mergequeue pipeline so we need to skip this rule
- changes:
paths:
- .go-version
Expand Down

0 comments on commit 6227b5d

Please sign in to comment.