Skip to content

Commit 60b91e4

Browse files
committed
fix checkout
1 parent 27efa45 commit 60b91e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/testing.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ permissions:
1616

1717
jobs:
1818
test:
19+
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1920
runs-on: ${{ matrix.os }}
2021
strategy:
2122
matrix:
@@ -25,6 +26,7 @@ jobs:
2526
os: [windows-latest, ubuntu-22.04]
2627
locale: ['ru_RU']
2728
fail-fast: false
29+
2830
steps:
2931
- name: Установка локали
3032
if: matrix.os == startsWith(matrix.os, 'windows')
@@ -36,6 +38,10 @@ jobs:
3638
3739
- name: Актуализация
3840
uses: actions/[email protected]
41+
with:
42+
fetch-depth: 0
43+
repository: ${{ github.event.workflow_run.head_repository.full_name }}
44+
ref: ${{ github.event.workflow_run.head_sha }}
3945

4046
# Установка OneScript конкретной версии
4147
- name: Установка OneScript

0 commit comments

Comments
 (0)