Only run codesign macos from protected triggered pipelines

cirrus_ci_apple_silicon
Joseph Donofry 2 years ago
parent a9424e6bcf
commit ddb3705c50
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
  1. 2
      .gitlab-ci.yml

@ -153,7 +153,7 @@ codesign-macos:
rules:
- if : '$CI_COMMIT_BRANCH == "master"'
- if : $CI_COMMIT_TAG
- if : $CI_PIPELINE_TRIGGERED
- if : '$CI_PIPELINE_TRIGGERED && $CI_COMMIT_REF_PROTECTED'
variables:
PLAT: "m1"
artifacts:

Loading…
Cancel
Save