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:
|
||||
cancel-in-progress: true
|
||||
group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
# cancel-in-progress: true
|
||||
# group: ${{ github.workflow }}-${{ github.ref_name }}
|
||||
|
||||
jobs:
|
||||
release:
|
||||
|
|
|
@ -1,13 +1,16 @@
|
|||
name: 🎉 Release Commit
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
# workflow_dispatch: # see https://github.com/go-gitea/gitea/issues/23668
|
||||
# pull_request:
|
||||
# types: [closed]
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
|
||||
concurrency:
|
||||
cancel-in-progress: true
|
||||
group: "${{ github.workflow }}-${{ github.ref_name }}-${{ startsWith(github.event.head_commit.message, 'chore(release): ') && 'release' || 'commit' }}"
|
||||
# concurrency:
|
||||
# cancel-in-progress: true
|
||||
# group: "${{ github.workflow }}-${{ github.ref_name }}-${{ startsWith(github.event.head_commit.message, 'chore(release): ') && 'release' || 'commit' }}"
|
||||
|
||||
jobs:
|
||||
yarn-release:
|
||||
|
|
Loading…
Add table
Reference in a new issue