From 70a8bc29cbd0c04fcfdf14158be13cf7f8e5012e Mon Sep 17 00:00:00 2001 From: luth1um <52032867+luth1um@users.noreply.github.com> Date: Sat, 10 Aug 2024 18:42:43 +0200 Subject: [PATCH] updated job dependencies --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index 8292a9e..a2b9d85 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -154,7 +154,7 @@ jobs: deploy: needs: - static-analysis - # - e2e # TODO: enable once the pipeline works as expected + - e2e runs-on: ubuntu-latest if: github.ref == 'refs/heads/release' concurrency: