diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index c8ea83a..43bd17d 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -5,6 +5,7 @@ on: - master jobs: cd: + name: 發布專案 uses: https://gitea.jsc.idv.tw/workflows/cd/action.yaml@master with: CALCULATE_VERSION: ${{ vars.ACTION_CALCULATE_VERSION }} diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 8228d11..b3f232f 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -6,6 +6,7 @@ on: types: [opened, synchronize] jobs: ci: + name: 程式碼審查 uses: https://gitea.jsc.idv.tw/workflows/ci/action.yaml@master with: CODE_REVIEW_VERSION: ${{ vars.ACTION_CODE_REVIEW_VERSION }}