try the conditionnal again
All checks were successful
/ validate (push) Successful in 4s
/ build (push) Has been skipped

This commit is contained in:
Ludovic Cartier
2025-07-21 17:42:44 +02:00
parent 92d38bafee
commit 9b46576810
2 changed files with 5 additions and 4 deletions

View File

@@ -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

View File

@@ -1 +1 @@
1.6.1
1.5.6