From 5dada68510eb747b5ef88cfb1606c376c36605c9 Mon Sep 17 00:00:00 2001 From: Roman Dodin Date: Thu, 28 Nov 2024 14:00:36 +0100 Subject: [PATCH] added needs deps --- .github/workflows/cicd.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index a4c5aad53..09c6b43eb 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -76,7 +76,9 @@ jobs: - '.github/workflows/cicd.yml' build-containerlab: - needs: file-changes + needs: + - file-changes + - process-gitref if: needs.file-changes.outputs.code == 'true' || startsWith(github.ref, 'refs/tags/v') uses: ./.github/workflows/build-containerlab.yml with: @@ -151,6 +153,7 @@ jobs: py_ver: ${{ needs.process-gitref.outputs.py_ver }} needs: - file-changes + - process-gitref - build-containerlab ext-container-tests: @@ -266,6 +269,7 @@ jobs: py_ver: ${{ needs.process-gitref.outputs.py_ver }} needs: - file-changes + - process-gitref - build-containerlab ixiac-one-basic-tests: @@ -319,6 +323,7 @@ jobs: needs: - file-changes - build-containerlab + - process-gitref with: py_ver: ${{ needs.process-gitref.outputs.py_ver }} @@ -327,6 +332,7 @@ jobs: needs: - file-changes - build-containerlab + - process-gitref with: py_ver: ${{ needs.process-gitref.outputs.py_ver }} @@ -343,6 +349,7 @@ jobs: needs: - file-changes - build-containerlab + - process-gitref with: py_ver: ${{ needs.process-gitref.outputs.py_ver }} @@ -351,6 +358,7 @@ jobs: needs: - file-changes - build-containerlab + - process-gitref with: py_ver: ${{ needs.process-gitref.outputs.py_ver }} @@ -505,7 +513,9 @@ jobs: build-devcontainer: if: startsWith(github.ref, 'refs/tags/v') - needs: build-and-release + needs: + - build-and-release + - process-gitref uses: ./.github/workflows/build-devcontainer.yml with: CLAB_VERSION: ${{ needs.process-gitref.outputs.source_tag_no_prefix }}