This commit is contained in:
@@ -5,6 +5,7 @@ on:
|
|||||||
- master
|
- master
|
||||||
jobs:
|
jobs:
|
||||||
cd:
|
cd:
|
||||||
|
name: 發布專案
|
||||||
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml@master
|
uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml@master
|
||||||
with:
|
with:
|
||||||
CALCULATE_VERSION: ${{ vars.ACTION_CALCULATE_VERSION }}
|
CALCULATE_VERSION: ${{ vars.ACTION_CALCULATE_VERSION }}
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ on:
|
|||||||
types: [opened, synchronize]
|
types: [opened, synchronize]
|
||||||
jobs:
|
jobs:
|
||||||
ci:
|
ci:
|
||||||
|
name: 程式碼審查
|
||||||
uses: https://gitea.jsc.idv.tw/workflows/ci/action.yaml@master
|
uses: https://gitea.jsc.idv.tw/workflows/ci/action.yaml@master
|
||||||
with:
|
with:
|
||||||
CODE_REVIEW_VERSION: ${{ vars.ACTION_CODE_REVIEW_VERSION }}
|
CODE_REVIEW_VERSION: ${{ vars.ACTION_CODE_REVIEW_VERSION }}
|
||||||
|
|||||||
Reference in New Issue
Block a user