We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4e19d9 commit 4f2ba81Copy full SHA for 4f2ba81
.github/workflows/backlog_checker.yml
@@ -25,3 +25,8 @@ jobs:
25
with:
26
folder: gh-pages
27
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