Skip to content

Commit ed7823c

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@ name: Тестирование
22

33
on:
44
push:
5+
56
pull_request_target:
67
workflow_dispatch:
7-
8+
9+
concurrency:
10+
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref_name }}
11+
cancel-in-progress: true
12+
813
permissions:
914
checks: write
1015
pull-requests: write

0 commit comments

Comments
 (0)