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

View file

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