diff options
author | TSRBerry <20988865+TSRBerry@users.noreply.github.com> | 2022-12-09 17:15:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 16:15:28 +0000 |
commit | dca96122bfc60bcd4c0067b888c694392856dbda (patch) | |
tree | c403083f5c169bd1e8ea93a83e4f1f63edbe94e5 | |
parent | e752959109e46735e53523429acbeede1367293d (diff) |
gha: Add concurrency restriction on release workflow (#4081)1.1.455
-rw-r--r-- | .github/workflows/release.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 741995cd..7bcd5741 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,6 +11,7 @@ on: - '*.yml' - 'README.md' +concurrency: release jobs: release: |