remove condition to launch the second job

This commit is contained in:
Ludovic Cartier
2025-07-21 17:33:34 +02:00
parent e76be468d1
commit ff92b3b9c2
2 changed files with 2 additions and 2 deletions

View File

@@ -44,7 +44,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: