From 50509203d19003fe71b75fa95caa6d79f392a7d3 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 17 Jan 2024 08:26:51 -0700 Subject: [PATCH] Set k8s deploy test to manual trigger --- .gitea/workflows/test-k8s-deploy.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.gitea/workflows/test-k8s-deploy.yml b/.gitea/workflows/test-k8s-deploy.yml index b3aabb02..edd87177 100644 --- a/.gitea/workflows/test-k8s-deploy.yml +++ b/.gitea/workflows/test-k8s-deploy.yml @@ -1,14 +1,11 @@ name: K8s Deploy Test on: - pull_request: - branches: '*' push: - branches: - - main - - ci-test - paths-ignore: - - '.gitea/workflows/triggers/*' + branches: '*' + paths: + - '!**' + - '.gitea/workflows/triggers/fixturenet-laconicd-test' jobs: test: