fix(github_actions): workflow execution concurrency is now limited to 1 (#45125)

This commit is contained in:
Timur Olzhabayev
2022-02-10 14:01:18 +01:00
committed by GitHub
parent e7605ad974
commit a771cbd871
4 changed files with 8 additions and 4 deletions
+2 -1
View File
@@ -4,7 +4,8 @@ on:
types:
- opened
- synchronize
concurrency:
group: pr-commands-${{ github.event.issue.number }}
jobs:
main:
runs-on: ubuntu-latest