chore: cleanup
Some checks failed
Sample Testing / my_job (push) Failing after 1m0s

This commit is contained in:
Marcel S. Henselin 2026-04-17 15:18:40 +02:00
parent 4d0bfa2eb0
commit 141b4aba86

View file

@ -18,6 +18,11 @@ jobs:
webhook: "${{ secrets.WEBHOOK_URL }}" webhook: "${{ secrets.WEBHOOK_URL }}"
# event_body: "" # optional # event_body: "" # optional
- name: Force failure
run: |
echo "This is a force failure"
exit 1
- name: Second Chat Message as ThreadResponse - name: Second Chat Message as ThreadResponse
if: ${{ always() }} if: ${{ always() }}
uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2 uses: https://stackit-solutions.git.onstackit.cloud/actions/notify@v0.1.2