We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84bbd8f commit 7ad1a34Copy full SHA for 7ad1a34
.github/workflows/slo.yml
@@ -90,12 +90,11 @@ jobs:
90
chmod +x .bin/${{matrix.sdk.id}}_linux_amd64
91
92
- name: Inititialize YDB SLO
93
- uses: ydb-platform/ydb-slo-action/init@main
+ uses: ydb-platform/ydb-slo-action/init@2dc
94
with:
95
github_pull_request_number: ${{ github.event.inputs.github_pull_request_number }}
96
github_token: ${{ secrets.GITHUB_TOKEN }}
97
- sdk_name: ${{ matrix.sdk.name }}
98
- ydb_database_node_count: 5
+ workload_name: ${{ matrix.sdk.name }}
99
100
- name: Prepare SLO Database
101
run: |
0 commit comments