chore: fix ci
This commit is contained in:
parent
359cd5a0c4
commit
2142a540f3
2 changed files with 11 additions and 8 deletions
|
@ -6,8 +6,8 @@ on:
|
||||||
- "*"
|
- "*"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
cancel-in-progress: true
|
# cancel-in-progress: true
|
||||||
group: ${{ github.workflow }}-${{ github.ref_name }}
|
# group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
|
|
@ -1,13 +1,16 @@
|
||||||
name: 🎉 Release Commit
|
name: 🎉 Release Commit
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
# workflow_dispatch: # see https://github.com/go-gitea/gitea/issues/23668
|
||||||
pull_request:
|
# pull_request:
|
||||||
types: [closed]
|
# types: [closed]
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
|
|
||||||
concurrency:
|
# concurrency:
|
||||||
cancel-in-progress: true
|
# cancel-in-progress: true
|
||||||
group: "${{ github.workflow }}-${{ github.ref_name }}-${{ startsWith(github.event.head_commit.message, 'chore(release): ') && 'release' || 'commit' }}"
|
# group: "${{ github.workflow }}-${{ github.ref_name }}-${{ startsWith(github.event.head_commit.message, 'chore(release): ') && 'release' || 'commit' }}"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
yarn-release:
|
yarn-release:
|
||||||
|
|
Loading…
Add table
Reference in a new issue