git.delta.rocks / unique-network / refs/commits / cf3633de3776

difftreelog

fix leave only variable in job name

Alexander Aksenov2022-08-22parent: #c8ae481.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: unit tests ${{ GITHUB_REF }}31 name: ${{ GITHUB_REF }}
3232
3333
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.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.