summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-01-03 19:53:49 -0500
committerMatthias Clasen <mclasen@redhat.com>2021-01-03 19:53:49 -0500
commitd7cc7d2a6e63b6e3c1e41ffb70937b095fe7db8d (patch)
tree85214fb9aab5d4e074a5b25cfd6c1696f1996883
parentcaef05dda4311d422b7fe5c8b2c1d74545ac6ed2 (diff)
downloadpango-limit-macos-ci.tar.gz
ci: Limit MacOS ci buildslimit-macos-ci
We are building the whole stack every time, so limit this to just master and merge requests.
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff36ec71..a519504a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -82,6 +82,9 @@ macos:
stage: build
tags:
- macos
+ only:
+ - master
+ - merge_requests
needs: []
before_script:
- pip3 install --user meson==0.56