[*] add concurrency to release.yml (#434)

This commit is contained in:
Felicio Mununga 2023-06-29 11:32:26 +01:00 committed by GitHub
parent 181faba3a6
commit c53e5c50da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,8 @@ on:
branches: branches:
- main - main
concurrency: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest