From 2e92d59744ba9ad7dc83a9a9ef4c195ae1c73779 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Mon, 26 Feb 2024 20:54:40 +0100 Subject: [PATCH] fix(ci): run E2E workflow also on changes to all workflows and github scripts --- .github/workflows/e2e-k3d.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/e2e-k3d.yml b/.github/workflows/e2e-k3d.yml index 5355ffee7..176b0c3c7 100644 --- a/.github/workflows/e2e-k3d.yml +++ b/.github/workflows/e2e-k3d.yml @@ -9,7 +9,8 @@ on: - "kubernetes/**" - "preprocessing/**" - "deploy.py" - - ".github/workflows/e2e-k3d.yml" + - ".github/scripts/**" + - ".github/workflows/**" concurrency: group: ci-${{ github.ref == 'refs/heads/main' && github.run_id || github.ref }}-e2e-k3d