double needs !
Some checks failed
/ validate (push) Successful in 5s
/ build (push) Failing after 15s

This commit is contained in:
Ludovic Cartier
2025-07-21 17:45:26 +02:00
parent 1b4ba8ae60
commit 73ec2bc7ed
2 changed files with 2 additions and 3 deletions

View File

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