mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-24 03:58:49 +03:00
Only run codesign macos from protected triggered pipelines
This commit is contained in:
parent
a9424e6bcf
commit
ddb3705c50
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue