From 8788cca9bba87080b60205bf101b1584a010185f Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 21 Jul 2025 16:54:44 +0200 Subject: [PATCH] build job - remove condition & add timeout --- .gitea/workflows/varnish-exporter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index 3e50174..c4dacba 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -32,7 +32,8 @@ jobs: push_options: '--force' build: - if: jobs.validate.outputs.build == "true" + #if: jobs.validate.outputs.build == "true" + timeout-minutes: 2 runs-on: ubuntu-latest #needs: validate steps: