diff --git a/.gitea/workflows/varnish-exporter.yml b/.gitea/workflows/varnish-exporter.yml index c4dacba..8d84d31 100644 --- a/.gitea/workflows/varnish-exporter.yml +++ b/.gitea/workflows/varnish-exporter.yml @@ -31,11 +31,13 @@ jobs: commit_message: gitea-actions auto commit - update version push_options: '--force' + - run: echo "${{ steps.new_version.outputs.build }}" + build: - #if: jobs.validate.outputs.build == "true" + needs: validate + if: jobs.validate.outputs.build == "true" timeout-minutes: 2 runs-on: ubuntu-latest - #needs: validate steps: - uses: actions/checkout@v4