mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-05 18:30:24 -08:00
Update gitlab-ci to run pipeline less frequently
We've hit qutie fast 3/4 of the limit, so this pull request limits pipelines to be run only when we commit to the branch develop and on merge requests.
This commit is contained in:
parent
84e9b0b450
commit
31a82c296c
1 changed files with 3 additions and 0 deletions
|
|
@ -11,6 +11,9 @@ build:
|
|||
- ./configure --prefix=${CI_PROJECT_DIR}/target-dir/
|
||||
- make
|
||||
- make install
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "develop"
|
||||
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
|
||||
|
||||
# run self-tests using the binary built before
|
||||
test-self:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue