Skip to content

Commit d6234e8

Browse files
Updated board release workflow for test purposes #22
1 parent 201808d commit d6234e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/boardReleaseLive.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
run: |
136136
if [[ steps.changelog_update.outputs.sdk_tag_name != "mikroSDK-0" ]]; then
137137
echo "Indexing to Live."
138-
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }}
138+
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_LIVE }} "False"
139139
fi
140140
141141
- name: Trigger database update in Core repo

.github/workflows/boardReleaseTest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
MIKROE_NECTO_AWS: ${{ secrets.MIKROE_NECTO_AWS }}
7070
run: |
7171
echo "Indexing to Test."
72-
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_TEST }}
72+
python -u scripts/index.py ${{ github.repository }} ${{ secrets.GITHUB_TOKEN }} ${{ steps.changelog_update.outputs.sdk_tag_name }} ${{ secrets.ES_INDEX_TEST }} "False"
7373
7474
- name: Trigger database update in Core repo
7575
run: |

0 commit comments

Comments
 (0)