File tree 3 files changed +20
-5
lines changed
3 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 17
17
pipeline_files :
18
18
- path : .semaphore/semaphore.yml
19
19
level : pipeline
20
- whitelist :
21
- branches :
22
- - master
23
- - main
24
- - " /^v\\ d+\\ .\\ d+\\ .x$/"
20
+ custom_permissions : true
21
+ debug_permissions :
22
+ - empty
23
+ - default_branch
24
+ - non_default_branch
25
+ - pull_request
26
+ - forked_pull_request
27
+ - tag
28
+ attach_permissions :
29
+ - default_branch
30
+ - non_default_branch
31
+ - pull_request
32
+ - forked_pull_request
33
+ - tag
Original file line number Diff line number Diff line change @@ -31,6 +31,8 @@ global_job_config:
31
31
32
32
blocks :
33
33
- name : " Wheels: OSX x64"
34
+ run :
35
+ when : " tag =~ '.*'"
34
36
dependencies : []
35
37
task :
36
38
agent :
@@ -48,6 +50,8 @@ blocks:
48
50
- tar -czf wheelhouse-macOS-${ARCH}.tgz wheelhouse
49
51
- artifact push workflow wheelhouse-macOS-${ARCH}.tgz
50
52
- name : " Wheels: OSX arm64"
53
+ run :
54
+ when : " tag =~ '.*'"
51
55
dependencies : []
52
56
task :
53
57
agent :
Original file line number Diff line number Diff line change 8
8
repo_name : confluentinc/confluent-kafka-python
9
9
semaphore :
10
10
enable : true
11
+ pipeline_enable : false
12
+ branches : []
You can’t perform that action at this time.
0 commit comments