Skip to content

Commit 863b2aa

Browse files
authored
Merge pull request #900 from ydb-platform/ignore-slo-fail
allow to fail SLO tests
2 parents 3c08fa3 + 07c2c0c commit 863b2aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/slo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- name: Run SLO
2727
uses: ydb-platform/slo-tests@js-version
28+
continue-on-error: true
2829
with:
2930
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3031
KUBECONFIG_B64: ${{ secrets.SLO_KUBE_CONFIG }}

0 commit comments

Comments
 (0)