chore(workflows): CI 目標非 develop 跳過 test job、CD 加印 gitea context 與 fetch-tags
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user