needs insteads of jobs
/ validate (push) Successful in 4s
/ build (push) Failing after 18s

This commit is contained in:
Ludovic Cartier
2025-07-21 18:37:47 +02:00
parent efa4855154
commit 4d1ba330f2
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -55,9 +55,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: debug - name: debug
run: echo "${{ jobs.validate.outputs.tag }}" run: echo "${{ needs.validate.outputs.tag }}"
- uses: actions/checkout@v4 - uses: actions/checkout@v4
ref: '${{ jobs.validate.outputs.tag }}' ref: '${{ needs.validate.outputs.tag }}'
- name: Set version to env vars - name: Set version to env vars
run: | run: |
+1 -1
View File
@@ -1 +1 @@
1.6.1 1.1.2