Skip to content

Commit

Permalink
Fix new robot name (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marginy605 authored Dec 10, 2024
1 parent d9c4143 commit 5462e33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/i18n-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ concurrency:
jobs:
i18n_check:
runs-on: ubuntu-latest
if: github.actor != 'WeblateGravity' && github.event.pull_request.draft == false
if: github.actor != 'datalens-weblate-robot' && github.event.pull_request.draft == false
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5462e33

Please sign in to comment.