Skip to content

Commit 5bf9e84

Browse files
committed
Update job name in workflow
1 parent 7564a08 commit 5bf9e84

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/update-model-multipliers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717
pull-requests: write
1818

1919
jobs:
20-
update:
20+
update-model-multipliers:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
python-version: '3.x'
3030

31-
- name: Run model multiplier updater
31+
- name: Check for updates and generate model multipliers
3232
env:
3333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3434
run: python scripts/update-model-multipliers.py

0 commit comments

Comments
 (0)