From b71b501b521f5ce794c46b956c961bd86f2e71a2 Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 21 Jul 2025 17:06:42 +0200 Subject: [PATCH] more debug --- .gitea/workflows/varnish-exporter.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index e6dbdd4..4b2e1b8 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -4,6 +4,8 @@ on: push: tags: - '*' + branches: + - "*" jobs: validate: @@ -35,8 +37,9 @@ jobs: - run: echo "${{ steps.new_version.outputs.build }}" build: - needs: validate - if: jobs.validate.outputs.build == "true" + #needs: validate + #if: jobs.validate.outputs.build == "true" + if: needs.validate.outputs.build == 'true' timeout-minutes: 2 runs-on: ubuntu-latest steps: