From 6f93e1abd8d4bceb6d1eb3f5bb7826fcddd00b61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timofei=20J=C3=A4=C3=A4ger?= <41389318+Panuchi@users.noreply.github.com> Date: Sun, 9 Jul 2023 03:34:41 +0300 Subject: [PATCH] Update PR.yml --- .github/workflows/PR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/PR.yml b/.github/workflows/PR.yml index 1763e3654..252e25b8c 100644 --- a/.github/workflows/PR.yml +++ b/.github/workflows/PR.yml @@ -21,7 +21,7 @@ permissions: contents: read jobs: - build: + test: continue-on-error: true runs-on: ubuntu-latest @@ -48,10 +48,10 @@ jobs: name: pass_status_job1 path: status_job1.txt - postjob: + telegram: if: ${{ always() }} runs-on: ubuntu-latest - needs: build + needs: test steps: - name: Download artifact pass_status_job1