Skip to content
Snippets Groups Projects
Commit 81f72192 authored by Gijs Peskens's avatar Gijs Peskens
Browse files

Only run on parent project, not forks, except merge requests is not working

parent 93d3e923
No related branches found
No related tags found
1 merge request!146Only run on parent project, not forks, except merge requests is not working
Pipeline #88688 passed with stages
in 2 minutes and 48 seconds
......@@ -68,7 +68,7 @@ build-macos:
build-freebsd:
stage: build
except: [merge_requests]
only: [branches@rist/librist]
tags:
- freebsd
script:
......@@ -121,7 +121,7 @@ test-macos:
test-freebsd:
stage: test
except: [merge_requests]
only: [branches@rist/librist]
tags:
- freebsd
needs: ["build-freebsd"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment