chore(workflows): 移除路徑含空白的錯誤 workflow 檔
This commit is contained in:
@@ -1,17 +0,0 @@
|
|||||||
name: CD
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- master
|
|
||||||
jobs:
|
|
||||||
release-tag:
|
|
||||||
name: Release Tag
|
|
||||||
runs-on: ubuntu
|
|
||||||
steps:
|
|
||||||
- name: Release Tag
|
|
||||||
uses: https://gitea.jsc.idv.tw/composite-actions/release-tag@${{ vars.ACTION_VERSION_CALCULATE_VERSION }}
|
|
||||||
with:
|
|
||||||
gitea_token: ${{ secrets.GITEA_TOKEN }}
|
|
||||||
gitea_release: ${{ vars.ACTION_GITEA_RELEASE_VERSION }}
|
|
||||||
version_calculate: ${{ vars.ACTION_VERSION_CALCULATE_VERSION }}
|
|
||||||
release_cleanup: ${{ vars.ACTION_RELEASE_CLEANUP_VERSION }}
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
name: CI
|
|
||||||
on:
|
|
||||||
pull_request:
|
|
||||||
branches-ignore:
|
|
||||||
- master
|
|
||||||
types: [opened, synchronize]
|
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
pull-requests: write
|
|
||||||
issues: write
|
|
||||||
jobs:
|
|
||||||
ai-code-review:
|
|
||||||
name: Code Review
|
|
||||||
runs-on: ubuntu
|
|
||||||
steps:
|
|
||||||
- name: Code Review
|
|
||||||
uses: https://gitea.jsc.idv.tw/composite-actions/opencode-code-review@${{ vars.ACTION_AI_CODE_REVIEW_VERSION }}
|
|
||||||
Reference in New Issue
Block a user