fix(github_actions): workflow execution concurrency is now limited to 1 (#45125)
This commit is contained in:
@@ -4,7 +4,8 @@ on:
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
|
||||
concurrency:
|
||||
group: pr-commands-${{ github.event.issue.number }}
|
||||
jobs:
|
||||
main:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user