git.delta.rocks / unique-network / refs/commits / 49055d4cb1ee

difftreelog

fix switch to base_ref

Alexander Aksenov2022-08-22parent: #93d7101.patch.diff
in: master

1 file changed

modified.github/workflows/unit-test.ymldiffbeforeafterboth
28 runs-on: [self-hosted-ci,medium]28 runs-on: [self-hosted-ci,medium]
29 timeout-minutes: 138029 timeout-minutes: 1380
3030
31 name: ${{ github.ref }}31 name: ${{ github.base_ref }}
32
3332
34 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.33 continue-on-error: true #Do not stop testing of matrix runs failed. As it decided during PR review - it required 50/50& Let's check it with false.