Skip to content

Commit af13614

Browse files
authored
refactor(ci): harden desktop workflows and drop legacy verify dead code (agentscope-ai#6110)
1 parent 5011e0a commit af13614

8 files changed

Lines changed: 44 additions & 509 deletions

File tree

.github/actionlint.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
self-hosted-runner:
2+
labels: []
3+
config-variables:
4+
- tauri_updater_pubkey
5+
- tauri_updater_endpoints
6+
- oss_bucket
7+
- oss_public_base_url
8+
- review_model
9+
paths:
10+
# Legacy build-windows / build-macos jobs are intentionally parked with
11+
# `if: ${{ false }}` after the switch to Tauri (#5734). The packaging
12+
# code is kept in place but not run, so ignore the constant-condition hint.
13+
.github/workflows/desktop-release.yml:
14+
ignore:
15+
- 'constant expression "false" in condition. remove the if: section'

.github/actions/verify-legacy-macos/action.yml

Lines changed: 0 additions & 124 deletions
This file was deleted.

.github/actions/verify-legacy-windows/action.yml

Lines changed: 0 additions & 136 deletions
This file was deleted.

0 commit comments

Comments
 (0)