Skip to content

Commit

Permalink
Update PR.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Panuchi authored Jul 9, 2023
1 parent 5b516c7 commit 6f93e1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/PR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ permissions:
contents: read

jobs:
build:
test:
continue-on-error: true
runs-on: ubuntu-latest

Expand All @@ -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
Expand Down

0 comments on commit 6f93e1a

Please sign in to comment.