From fd1fa1d2e070d66cb20b0e3955ad42be40ee94a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Ciarcin=CC=81ski?= Date: Thu, 15 Aug 2024 21:14:27 +0200 Subject: [PATCH] Unclog E2E and dev deployment --- .github/workflows/current.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index adb1b552b..1f1f8f271 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -25,7 +25,7 @@ jobs: type=ref,event=branch type=sha - # trigger-e2e: - # needs: docker-manifest - # uses: ./.github/workflows/e2e.yml - # secrets: inherit + trigger-e2e: + needs: docker-manifest + uses: ./.github/workflows/e2e.yml + secrets: inherit