File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 33# All rights reserved.
44
55name : Тестирование
6-
7- on :
8- workflow_run :
9- workflows : ["Pre-testing checks"]
10- types :
11- - completed
12-
13- permissions :
14- checks : write
15- contents : read
6+ # Любой пуш и pr в проекте
7+ on : [push, pull_request]
168
179jobs :
1810 test :
19- if : ${{ github.event.workflow_run.conclusion == 'success' }}
2011 runs-on : ${{ matrix.os }}
2112 strategy :
2213 matrix :
2617 os : [windows-latest, ubuntu-22.04]
2718 locale : ['ru_RU']
2819 fail-fast : false
29-
3020 steps :
3121 - name : Установка локали
3222 if : matrix.os == startsWith(matrix.os, 'windows')
4030 uses : actions/checkout@v4.2.2
4131 with :
4232 fetch-depth : 0
43- repository : ${{ github.event.workflow_run.head_repository.full_name }}
44- ref : ${{ github.event.workflow_run.head_sha }}
4533
4634 # Установка OneScript конкретной версии
4735 - name : Установка OneScript
You can’t perform that action at this time.
0 commit comments