Skip to content

Commit 4f2ba81

Browse files
committed
Create notification step
Reference: https://progress.opensuse.org/issues/137828
1 parent b4e19d9 commit 4f2ba81

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/backlog_checker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,8 @@ jobs:
2525
with:
2626
folder: gh-pages
2727
clean-exclude: pr-preview
28+
- name: Notify about problems
29+
if: ${{ env.BACKLOG_STATUS != 0 }}
30+
run: |
31+
echo "Notify about backlog problems"
32+
shell: bash

0 commit comments

Comments
 (0)