GHA: test slack build failed message

This commit is contained in:
aboyko
2023-11-01 14:23:43 -04:00
parent e39104b95a
commit 88bbaac3fb
2 changed files with 11 additions and 3 deletions

View File

@@ -6,9 +6,9 @@ concurrency:
on:
workflow_dispatch:
push:
branches:
- 'main'
# push:
# branches:
# - 'main'
jobs:
eclipse-ls-extensions:

View File

@@ -27,3 +27,11 @@ jobs:
}
]
}
notify-failure:
needs: [ slack-message ]
uses: ./.github/workflows/notify-failed-build.yml
with:
link: '[${{ github.run_id }}](${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }})'
label: 'Test Build Failed Message'
secrets: inherit