File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 81
81
82
82
build-rerun_c-and-upload :
83
83
name : " Build & Upload rerun_c (Linux x64)"
84
- if : github.event.pull_request.head.repo.owner.login == 'rerun-io'
84
+ if : github.event.pull_request.head.repo.owner.login == 'rerun-io' && !contains(github.event.pull_request.labels.*.name, 'release')
85
85
uses : ./.github/workflows/reusable_build_and_upload_rerun_c.yml
86
86
with :
87
87
CONCURRENCY : pr-${{ github.event.pull_request.number }}
90
90
91
91
build-rerun-cli-and-upload :
92
92
name : " Build & Upload rerun-cli (Linux x64)"
93
- if : github.event.pull_request.head.repo.owner.login == 'rerun-io'
93
+ if : github.event.pull_request.head.repo.owner.login == 'rerun-io' && !contains(github.event.pull_request.labels.*.name, 'release')
94
94
uses : ./.github/workflows/reusable_build_and_upload_rerun_cli.yml
95
95
with :
96
96
CONCURRENCY : pr-${{ github.event.pull_request.number }}
99
99
100
100
bundle-and-upload-rerun_cpp :
101
101
name : " Bundle and upload rerun_cpp_sdk.zip"
102
+ if : github.event.pull_request.head.repo.owner.login == 'rerun-io' && !contains(github.event.pull_request.labels.*.name, 'release')
102
103
needs : [build-rerun_c-and-upload]
103
104
uses : ./.github/workflows/reusable_bundle_and_upload_rerun_cpp.yml
104
105
with :
Original file line number Diff line number Diff line change 1
- name : Build and publish wheels
1
+ name : Build and publish C++ SDK
2
2
3
3
on :
4
4
workflow_call :
You can’t perform that action at this time.
0 commit comments