chore(workflows): CI 目標非 develop 跳過 test job、CD 加印 gitea context 與 fetch-tags
CI / 1. BUILD (pull_request) Successful in 2s
CI / 2. TEST (pull_request) Failing after 12m14s
CI / 3. RESULT (pull_request) Has been skipped

This commit is contained in:
Jeffery
2026-07-03 17:11:21 +08:00
parent 0be25e667c
commit 11205d5b82
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -22,6 +22,7 @@ jobs:
name: 2. TEST
runs-on: ubuntu
needs: [build]
if: ${{ gitea.base_ref == 'develop' }}
env:
VERSION: ${{ needs.build.outputs.version }}
steps: