From 9b46576810437fadf11daf86767919c9d562288b Mon Sep 17 00:00:00 2001 From: Ludovic Cartier Date: Mon, 21 Jul 2025 17:42:44 +0200 Subject: [PATCH] try the conditionnal again --- .gitea/workflows/varnish-exporter.yml | 7 ++++--- .version | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index 71d6eef..4647994 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -38,11 +38,12 @@ jobs: commit_message: gitea-actions auto commit - update version push_options: '--force' - - run: echo "${{ steps.new_version.outputs.build }}" + - name: degug output + 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 diff --git a/.version b/.version index 9c6d629..eac1e0a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.6.1 +1.5.6