Skip to content

Commit

Permalink
Add name for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjoshy committed Dec 7, 2022
1 parent 01a2fbd commit c7c7575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/localization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]

jobs:
synchronize-with-crowdin:
name: "Synchronize Crowdin Localizations"
runs-on: ubuntu-latest

steps:
Expand All @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install .[docs]
- name: Make Docs
- name: Make Localization for Docs
working-directory: ./docs
run: |
make gettext
Expand Down

0 comments on commit c7c7575

Please sign in to comment.