Skip to content

Commit

Permalink
Better naming for Crowdin workflows
Browse files Browse the repository at this point in the history
Let all GitHub Actions workflow definitions for Crowdin…

- have a filename starting with `crowdin-…`
- Have a name starting with `Crowdin » `
  • Loading branch information
lkiesow committed May 21, 2024
1 parent 34dd129 commit 2e45944
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/crowdin-deploy-keys.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Crowdin keys
name: Crowdin » Deploy keys

on:
push:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update translations
name: Crowdin » Update translations

on:
schedule:
Expand Down Expand Up @@ -38,4 +38,4 @@ jobs:
run: |
if git commit -m "Automatically update translation keys"; then
git push
fi
fi

0 comments on commit 2e45944

Please sign in to comment.