Skip to content

Commit

Permalink
Give the workflows proper names
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 7, 2025
1 parent d091beb commit 84e24d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download-translations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Download translations

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-translations.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy
name: Upload translations

on:
workflow_dispatch:
Expand Down

0 comments on commit 84e24d2

Please sign in to comment.