build job - remove condition & add timeout
Some checks failed
/ validate (push) Successful in 4s
/ build (push) Failing after 14s

This commit is contained in:
Ludovic Cartier
2025-07-21 16:54:44 +02:00
parent 86d90f2cda
commit 8788cca9bb

View File

@@ -32,7 +32,8 @@ jobs:
push_options: '--force'
build:
if: jobs.validate.outputs.build == "true"
#if: jobs.validate.outputs.build == "true"
timeout-minutes: 2
runs-on: ubuntu-latest
#needs: validate
steps: