From ec6df8700b01b4778a5e46e5534cb87240adcbb6 Mon Sep 17 00:00:00 2001 From: Martin Berka Date: Wed, 29 Apr 2026 20:06:17 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20Discord=20notifikace=20i=20p=C5=99i=20se?= =?UTF-8?q?lh=C3=A1n=C3=AD=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 352ac25..e377844 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -224,7 +224,7 @@ jobs: discord-notify: name: Discord notification 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' steps: - name: Send webhook