remove need

This commit is contained in:
Ludovic Cartier
2025-07-21 16:47:00 +02:00
parent 38625fa288
commit 1abc788353

View File

@@ -40,7 +40,7 @@ jobs:
build:
if: jobs.validate.outputs.build == "true"
runs-on: ubuntu-latest
needs: validate
#needs: validate
steps:
- uses: actions/checkout@v4