fix: Discord notifikace i při selhání workflow
CI / Generate TypeScript types (push) Successful in 10s
CI / Generate TypeScript types (pull_request) Successful in 10s
CI / Server unit tests (push) Successful in 21s
CI / Build server (push) Successful in 27s
CI / Server unit tests (pull_request) Successful in 21s
CI / Build client (push) Successful in 34s
CI / Build server (pull_request) Successful in 34s
CI / Build client (pull_request) Successful in 32s
CI / Playwright E2E tests (push) Failing after 2m3s
CI / Build and push Docker image (push) Has been skipped
CI / Discord notification (push) Has been skipped
CI / Playwright E2E tests (pull_request) Failing after 2m23s
CI / Build and push Docker image (pull_request) Has been skipped
CI / Discord notification (pull_request) Has been skipped

This commit is contained in:
2026-04-29 20:06:17 +02:00
parent 85cda34881
commit ec6df8700b
+1 -1
View File
@@ -224,7 +224,7 @@ jobs:
discord-notify: discord-notify:
name: Discord notification name: Discord notification
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: docker-build needs: [server-build, client-build, server-test, e2e, docker-build]
if: always() && github.event_name == 'push' && github.ref == 'refs/heads/master' if: always() && github.event_name == 'push' && github.ref == 'refs/heads/master'
steps: steps:
- name: Send webhook - name: Send webhook