force build
Some checks failed
/ validate (push) Successful in 3s
/ build (push) Failing after 15s

This commit is contained in:
Ludovic Cartier
2025-07-21 23:40:47 +02:00
parent cfdc343efa
commit 6dba21d352

View File

@@ -49,8 +49,8 @@ jobs:
run: echo "${{ steps.new_version.outputs.version }}"
build:
needs: validate
if: needs.validate.outputs.build == 'true'
#needs: validate
#if: needs.validate.outputs.build == 'true'
timeout-minutes: 2
runs-on: ubuntu-latest
steps: