Skip to content

Commit

Permalink
fucking actions
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Nov 28, 2024
1 parent 7367478 commit b162355
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,14 @@ jobs:
file-changes:
runs-on: ubuntu-22.04
needs: munch-tags
outputs:
code: ${{ steps.filter.outputs.code }}
docs: ${{ steps.filter.outputs.docs }}
# exporting env vars to be used in invoked workflows
py_ver: ${{ env.PY_VER }}
go_ver: ${{ env.GO_VER }}
SOURCE_TAG_NO_V_PREFIX: ${{ env.SOURCE_TAG_NO_V_PREFIX }}
steps:
- uses: actions/checkout@v4
- uses: dorny/paths-filter@v3
Expand Down Expand Up @@ -501,7 +503,7 @@ jobs:
needs: build-and-release
uses: ./.github/workflows/build-devcontainer.yml
with:
CLAB_VERSION: ${{ env.SOURCE_TAG_NO_V_PREFIX }}
CLAB_VERSION: ${{ needs.file-changes.outputs.SOURCE_TAG_NO_V_PREFIX }}

# update docs allows to make the docs changes outside of the release cycle
# it skips the code build/release and proceeds with docs publishing
Expand Down

0 comments on commit b162355

Please sign in to comment.