ci: only one beta release action concurrency [skip ci]

pull/7035/head
Andy Hsu 2024-08-18 00:38:27 +08:00
parent 4ba476e25c
commit e8e6d71c41
1 changed files with 4 additions and 0 deletions

View File

@ -4,6 +4,10 @@ on:
push:
branches: [ 'main' ]
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
changelog:
strategy: