Skip to content

Commit

Permalink
Remove references to deleted weblate components #6061
Browse files Browse the repository at this point in the history
  • Loading branch information
boryanagoncharenko committed Jan 6, 2025
1 parent 1784d82 commit 2c093a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resolve-weblate-conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Prevent updates and merge conflicts until merged
run: |
# Have to lock each component individually. Not in the UI, but using the CLI we do.
for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do
for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do
wlc lock hedy/$component
done
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unlock-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: |
# Have to lock each component individually. Not in the UI, but using the CLI we do.
set -x
for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do
for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do
wlc --debug unlock hedy/$component | sed 's/${{ secrets.WEBLATE_API_KEY }}/*****/g'
done
echo "All components unlocked!"
echo "All components unlocked!"
4 changes: 2 additions & 2 deletions .github/workflows/update-weblate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
# Have to lock each component individually. Not in the UI, but using the CLI we do.
# (NOTE: this list is also below!)
for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do
for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do
wlc lock hedy/$component
done
Expand All @@ -83,7 +83,7 @@ jobs:
# Unlock each component again so we don't stay locked
# (NOTE: this list is also above!)
for component in glossary adventures keywords quizzes commands client-messages web-texts webpages parsons tutorials slides; do
for component in glossary adventures keywords quizzes client-messages web-texts webpages slides; do
wlc unlock hedy/$component
done
Expand Down

0 comments on commit 2c093a2

Please sign in to comment.