Skip to content

Commit

Permalink
check status 12345
Browse files Browse the repository at this point in the history
  • Loading branch information
tranphuocloc070699 committed Jul 28, 2023
1 parent 1eb1664 commit d97119b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/backend-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,6 @@ jobs:

- name: Check last job status
id: lastJobStatus
run: echo "${{job.status}}"
if: always() && ${{job.status}}== 'failure'
uses: appleboy/telegram-action@master
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ public class ServerApplication {
public static void main(String[] args) {

SpringApplication.run(ServerApplication.class, args);
System.out.println("abcssww");


}

Expand Down

0 comments on commit d97119b

Please sign in to comment.