Skip to content

Commit 1784e77

Browse files
authored
when failure
1 parent e592a80 commit 1784e77

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ jobs:
6363
GITHUB_JOB: ${{ github.job }}
6464
GITHUB_RUN_NUMBER: ${{ github.run_number }}
6565
GITHUB_REPOSITORY: ${{ github.repository }}
66-
- run: cat notify.log
66+
- if: failure()
67+
run: cat notify.log
6768
- name: Notify via Telegram build errors if any
6869
if: failure()
6970
uses: appleboy/telegram-action@master

0 commit comments

Comments
 (0)