diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 4b75996bf4..7b23d4cf49 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -40,8 +40,8 @@ jobs: - name: Checkout neofs-testcases repository uses: actions/checkout@v3 with: - repository: nspcc-dev/neofs-testcases - ref: 'master' + repository: vvarg229/neofs-testcases + ref: 'remove-patch' path: neofs-testcases - name: Checkout neofs-dev-env repository