From 49773708fc74950452f473e036cbc765dd7fe8a3 Mon Sep 17 00:00:00 2001 From: strahi-linux Date: Mon, 14 Oct 2024 09:23:18 +0200 Subject: [PATCH] Fixed board/card update workflow. --- .github/workflows/boardCardReleaseLive.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boardCardReleaseLive.yaml b/.github/workflows/boardCardReleaseLive.yaml index 15c0ca7eb..f99131dc7 100644 --- a/.github/workflows/boardCardReleaseLive.yaml +++ b/.github/workflows/boardCardReleaseLive.yaml @@ -151,7 +151,7 @@ jobs: run: | if [[ ${{ steps.changelog_update.outputs.sdk_tag_name }} != "mikroSDK-0" ]]; then echo "Indexing to Live." - python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }} "False" + python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }} "False" "--board_card_only" "True" fi - name: Trigger database update in Core repo