Skip to content

Commit

Permalink
TASK-71389: fix typos on jobs names
Browse files Browse the repository at this point in the history
  • Loading branch information
bourasom committed May 21, 2024
1 parent 4b9b860 commit 1242159
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/download-crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
download-crowdin-exo:
download-crowdin:
name: CI Build
uses: exoplatform/swf-scripts/.github/workflows/download-crowdin-meedsio.yml@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-crowdin-branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- develop-meed
- stable/*
jobs:
download-crowdin-exo:
upload-crowdin-branch:
name: CI Build
uses: exoplatform/swf-scripts/.github/workflows/upload-crowdin-branches.yml@master
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-crowdin-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- develop
jobs:
download-crowdin-exo:
upload-crowdin-main:
name: CI Build
uses: exoplatform/swf-scripts/.github/workflows/upload-crowdin-main.yml@master
secrets:
Expand Down

0 comments on commit 1242159

Please sign in to comment.