Skip to content

Commit e99a3ea

Browse files
authored
Добавил конкаренси
1 parent ed7823c commit e99a3ea

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/qa.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
push:
55
pull_request_target:
66
workflow_dispatch:
7-
7+
8+
concurrency:
9+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
10+
cancel-in-progress: true
11+
812
jobs:
913
sonar:
1014
if: (github.repository == 'vanessa-opensource/vanessa-runner')

0 commit comments

Comments
 (0)