mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2025-01-29 10:08:29 +00:00
ci: update macos job to start build earlier
This commit is contained in:
parent
4569fa79e8
commit
aa551db066
1 changed files with 3 additions and 1 deletions
|
@ -227,6 +227,9 @@ flatpak:
|
|||
|
||||
macos installer stable:
|
||||
stage: test
|
||||
needs:
|
||||
- job: "windows rust docker stable"
|
||||
artifacts: false
|
||||
tags:
|
||||
- gst-macos-11.1
|
||||
before_script:
|
||||
|
@ -282,4 +285,3 @@ pages:
|
|||
# This ensures that only pushes to the default branch will trigger
|
||||
# a pages deploy
|
||||
- if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH
|
||||
|
||||
|
|
Loading…
Reference in a new issue