Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ABSitf committed Dec 25, 2024
1 parent 5994cfe commit 2ffc482
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/update-docs-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,22 @@ on:
default: "MeshLib/dev"

jobs:
# NOTE: all output values are strings
# use the ${{ needs.config.outputs.bool-param == 'true' }} construction to check boolean values
config:
uses: ./.github/workflows/config.yml

prepare-image:
if: false
needs: config
uses: ./.github/workflows/prepare-images.yml
with:
docker_image_tag: ${{ needs.config.outputs.docker_image_tag }}
need_linux_image_rebuild: ${{ needs.config.outputs.need_linux_image_rebuild == 'true' }}
need_windows_vcpkg_rebuild: ${{ needs.config.outputs.need_windows_vcpkg_rebuild == 'true' }}
vcpkg_version: ${{ needs.config.outputs.vcpkg_version }}
secrets: inherit

create-stubs:
timeout-minutes: 40
runs-on: [self-hosted, linux-arm64]
Expand Down

0 comments on commit 2ffc482

Please sign in to comment.