ci: isolate OMP workflow verification (#2382)

Co-authored-by: jan <jan@w-saxs001.local>
This commit is contained in:
Yang Cheng
2026-06-30 06:51:00 +08:00
committed by GitHub
parent 73895b5d05
commit 00b443eddb
3 changed files with 30 additions and 5 deletions
+3
View File
@@ -38,6 +38,9 @@ jobs:
- name: Verify OpenCode package payload
run: node tests/scripts/build-opencode.test.js
- name: Verify OMP adapter payload
run: node tests/omp/omp-plugin.test.js
- name: Validate version tag
run: |
if ! [[ "${REF_NAME}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(-[0-9A-Za-z.-]+)?$ ]]; then