Skip to content

Commit

Permalink
chore: slo
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zorkaltsev committed May 20, 2024
1 parent 0a476c3 commit ec261ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/slo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: SLO
on:
pull_request:
branches:
- main
- master
- release-*
workflow_dispatch:
Expand All @@ -24,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: Run SLO
uses: ydb-platform/slo-tests@js-version
uses: ydb-platform/slo-tests@main
continue-on-error: true
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit ec261ac

Please sign in to comment.