Skip to content

Commit

Permalink
IMPROVEMENT: correct some subjob names
Browse files Browse the repository at this point in the history
  • Loading branch information
amilcarlucas committed Feb 2, 2025
1 parent 4ccefc4 commit 3ca647a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update_magfit_pdef_xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
python-version: '3.x'

- name: Update flight controller IDs
- name: Update 24_inflight_magnetometer_fit_setup.pdef.xml file in all vehicle templates
run: python copy_magfit_pdef_to_template_dirs.py

- name: Commit changes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_mo_files.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Update mo files
name: Update .mo files

on:
workflow_dispatch:
Expand All @@ -24,7 +24,7 @@ jobs:
sudo apt-get update
sudo apt-get install -y gettext
- name: Update flight controller IDs
- name: Update translation .mo files from the .po files
run: python create_mo_files.py

- name: Commit changes
Expand Down

0 comments on commit 3ca647a

Please sign in to comment.