diff options
author | Matthias Clasen <mclasen@redhat.com> | 2021-01-03 19:53:49 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2021-01-03 19:53:49 -0500 |
commit | d7cc7d2a6e63b6e3c1e41ffb70937b095fe7db8d (patch) | |
tree | 85214fb9aab5d4e074a5b25cfd6c1696f1996883 /.gitlab-ci.yml | |
parent | caef05dda4311d422b7fe5c8b2c1d74545ac6ed2 (diff) | |
download | pango-d7cc7d2a6e63b6e3c1e41ffb70937b095fe7db8d.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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
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 |