more debug
Some checks are pending
/ validate (push) Successful in 4s
/ build (push) Has started running

This commit is contained in:
Ludovic Cartier
2025-07-21 16:58:07 +02:00
parent 8788cca9bb
commit 00b754a29a

View File

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