chore: fix ci

This commit is contained in:
devthejo 2023-12-16 11:34:38 +01:00
parent 359cd5a0c4
commit 2142a540f3
Signed by: devthejo
GPG key ID: C04215C627711F5C
2 changed files with 11 additions and 8 deletions

View file

@ -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:

View file

@ -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: