more debug
All checks were successful
/ validate (push) Successful in 4s
/ build (push) Has been skipped

This commit is contained in:
Ludovic Cartier
2025-07-21 17:06:42 +02:00
parent bb5a722de3
commit b71b501b52

View File

@@ -4,6 +4,8 @@ on:
push: push:
tags: tags:
- '*' - '*'
branches:
- "*"
jobs: jobs:
validate: validate:
@@ -35,8 +37,9 @@ jobs:
- run: echo "${{ steps.new_version.outputs.build }}" - run: echo "${{ steps.new_version.outputs.build }}"
build: build:
needs: validate #needs: validate
if: jobs.validate.outputs.build == "true" #if: jobs.validate.outputs.build == "true"
if: needs.validate.outputs.build == 'true'
timeout-minutes: 2 timeout-minutes: 2
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps: